chore: cleanup + bugfixes

This commit is contained in:
--global
2020-10-10 10:10:52 +02:00
parent 06d7d7801d
commit cace53e9ea
6 changed files with 10 additions and 26 deletions

View File

@ -3,7 +3,7 @@
set -x
# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
# install pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv