Last active
July 27, 2022 08:46
-
-
Save Bergrebell/502561f163f628eee1bb2fb0b869861a to your computer and use it in GitHub Desktop.
install pipenv on euler (ETH)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -P ./ https://bootstrap.pypa.io/pip/2.7/get-pip.py | |
python get-pip.py | |
python -m pip install --upgrade pip | |
pip install --user pipenv | |
mkdir 01_Playground | |
cd 01_Playground/ | |
pipenv install --python 3.6 | |
pipenv shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment