Last active
May 29, 2020 19:45
-
-
Save daefresh/097e64bbd1bcde61d80e30e577109d10 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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