chore: cleanup + bugfixes

This commit is contained in:
2020-10-10 10:10:52 +02:00
parent 0eda7db10e
commit b21a66462f
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