Cool and eclectic version manager for any language
Eclectica unifies management of any language under one cohesive and minimalistic interface.
Like pyenv for Python, rbenv for Ruby, nvm Node.js and etc. Managing multiple languages and doing it in a little more enjoyable fashion
go install github.com/markelog/eclectica/bin/{ec,ec-proxy}@latest
[sudo] npm install -g eclectica
sudo -H pip install -v eclectica
sudo gem install eclectica
cargo install eclectica
curl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sh
Default installation folder is /usr/local/bin
, so you might need to execute sh
with sudo
like this –
curl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sudo sh
if you need to install it to your $HOME
for example, do this
curl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | EC_DEST=~/bin sh
wget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sh
Default installation folder is /usr/local/bin
, so you might need to execute sh
with sudo
like this –
wget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/wget-install.sh | sudo sh
if you need to install it to your $HOME
for example, do this
wget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/wget-install.sh | EC_DEST=~/bin sh