Skip to content

Instantly share code, notes, and snippets.

@yuhui
Created July 3, 2019 09:31
Show Gist options
  • Save yuhui/145bed8522b4ee77bf77338979b582f2 to your computer and use it in GitHub Desktop.
Save yuhui/145bed8522b4ee77bf77338979b582f2 to your computer and use it in GitHub Desktop.
Update Python's setuptools, pip, and virtualenv
#!/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