Skip to content

Instantly share code, notes, and snippets.

@daefresh
Last active May 29, 2020 19:45
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 daefresh/097e64bbd1bcde61d80e30e577109d10 to your computer and use it in GitHub Desktop.
Save daefresh/097e64bbd1bcde61d80e30e577109d10 to your computer and use it in GitHub Desktop.
# create a new python 3.7 virtual environment
sudo /usr/bin/anaconda/bin/conda create --prefix /usr/bin/anaconda/envs/pysparksnowflake python=3.7 anaconda --yes
sudo /usr/bin/anaconda/envs/pysparksnowflake/bin/conda install pip --yes
sudo /usr/bin/anaconda/envs/pysparksnowflake/bin/python -m pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment