19 lines
		
	
	
		
			904 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			904 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # # Anyenv
 | |
| # 
 | |
| # git clone https://github.com/anyenv/anyenv.git ~/.anyenv
 | |
| # export PATH="$HOME/.anyenv/bin:$PATH"
 | |
| # yes | anyenv install --init
 | |
| # 
 | |
| # eval "$(anyenv init -)"
 | |
| # git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update
 | |
| # git clone https://github.com/znz/anyenv-git.git $(anyenv root)/plugins/anyenv-git
 | |
| # 
 | |
| # # sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev
 | |
| # yes | anyenv install pyenv
 | |
| # eval "$(anyenv init -)"
 | |
| # git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
 | |
| # 
 | |
| # # sudo apt install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev
 | |
| # yes | anyenv install rbenv
 | |
| # eval "$(anyenv init -)"
 |