feat: move anyenv to tools.d dir
This commit is contained in:
18
tools.d/anyenv.bash
Normal file
18
tools.d/anyenv.bash
Normal file
@ -0,0 +1,18 @@
|
||||
# # 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 -)"
|
Reference in New Issue
Block a user