Skip to content

Instantly share code, notes, and snippets.

@timothymugayi
Created May 11, 2020 16:16
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 timothymugayi/a9fbf6069fc1b3e82dc81993f588b37f to your computer and use it in GitHub Desktop.
Save timothymugayi/a9fbf6069fc1b3e82dc81993f588b37f to your computer and use it in GitHub Desktop.
source venv/bin/activate
# Upgrade pip
pip install wheel
pip install --upgrade pip
# Update all python packages
pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment