Created
July 3, 2019 09:31
-
-
Save yuhui/145bed8522b4ee77bf77338979b582f2 to your computer and use it in GitHub Desktop.
Update Python's setuptools, pip, and virtualenv
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
#!/bin/bash | |
echo "$ pip install --upgrade setuptools" | |
pip install --upgrade setuptools | |
echo "$ pip install --upgrade pip" | |
pip install --upgrade pip | |
echo "$ pip install --upgrade virtualenv" | |
pip install --upgrade virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment