chore(python): add install script for Python

This commit is contained in:
Stefan Imhoff
2021-11-28 11:39:40 +01:00
parent 6ea383db24
commit b7c368262b
2 changed files with 27 additions and 0 deletions

View File

@@ -7,5 +7,8 @@ source ./nvm.sh
# Installing global Node.js modules
source ./npm.sh
# Installing Python version manager
source ./python.sh
# Install global Gems
source ./gem.sh