Skip to content

Instantly share code, notes, and snippets.

@Bergrebell
Last active July 27, 2022 08:46
Show Gist options
  • Save Bergrebell/502561f163f628eee1bb2fb0b869861a to your computer and use it in GitHub Desktop.
Save Bergrebell/502561f163f628eee1bb2fb0b869861a to your computer and use it in GitHub Desktop.
install pipenv on euler (ETH)
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