Skip to content

Instantly share code, notes, and snippets.

@devx
Created October 24, 2018 11:52
Show Gist options
  • Save devx/7ce1fbc5081799fc18bb3d42f5a78212 to your computer and use it in GitHub Desktop.
Save devx/7ce1fbc5081799fc18bb3d42f5a78212 to your computer and use it in GitHub Desktop.
Fix python pip failure after upgrade
apt-get purge python3-openssl python-openssl
apt install python-pip
pip install --upgrade pip
pip install pyopenssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment