Skip to content

Instantly share code, notes, and snippets.

@tac-yacht
Last active September 9, 2018 15:03
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 tac-yacht/c55a254c424d1f0ceb1c7365cc9db767 to your computer and use it in GitHub Desktop.
Save tac-yacht/c55a254c424d1f0ceb1c7365cc9db767 to your computer and use it in GitHub Desktop.
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