Skip to content

Instantly share code, notes, and snippets.

@macoj
Created February 9, 2019 13:19
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 macoj/ca6f4e3a5839efd4b23365dfa97d834a to your computer and use it in GitHub Desktop.
Save macoj/ca6f4e3a5839efd4b23365dfa97d834a to your computer and use it in GitHub Desktop.
pip with multiple python versions
$ python-3.6 -m pip install package
$ python-2.7 -m pip install package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment