Skip to content

Instantly share code, notes, and snippets.

@nkrumm
Created February 7, 2020 20:32
Show Gist options
  • Save nkrumm/b229d790840d85b14bba0a1b4006c184 to your computer and use it in GitHub Desktop.
Save nkrumm/b229d790840d85b14bba0a1b4006c184 to your computer and use it in GitHub Desktop.
Fix virtualenv after upgrading python
find ~/.virtualenvs/my-virtual-env/ -type l -delete
virtualenv ~/.virtualenvs/my-virtual-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment