Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Last active September 24, 2021 17:43
Show Gist options
  • Save brianfoody/83d38b1783b25f09fb102dd6851e5bb4 to your computer and use it in GitHub Desktop.
Save brianfoody/83d38b1783b25f09fb102dd6851e5bb4 to your computer and use it in GitHub Desktop.
New Python Project
pyenv local 3.9.4
python -m pip install --user virtualenv
python -m virtualenv .env
source .env/bin/activate
python -m pip install pandas matplotlib
python -m pip freeze > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment