Skip to content

Instantly share code, notes, and snippets.

@carlgieringer
Last active July 25, 2021 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlgieringer/51b09cae132b46eda033b73895520ce2 to your computer and use it in GitHub Desktop.
Save carlgieringer/51b09cae132b46eda033b73895520ce2 to your computer and use it in GitHub Desktop.
Python0to60in280Chars
#Python0to60in280Chars
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install pyenv pyenv-virtualenv
echo 'eval "$(pyenv init --path)"; eval "$(pyenv virtualenv-init -)"' >> ~/.profile
source !$
pyenv install 3.9.6
pyenv virtualenv 3.9.6 my_proj
pyenv local my_proj
python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment