Last active
September 9, 2018 15:03
-
-
Save tac-yacht/c55a254c424d1f0ceb1c7365cc9db767 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
sudo apt-get remove python-pip python3-pip | |
wget https://bootstrap.pypa.io/get-pip.py | |
sudo python get-pip.py | |
sudo python3 get-pip.py | |
sudo pip3 install --upgrade google-api-python-client oauth2client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment