Created
February 9, 2019 13:19
-
-
Save macoj/ca6f4e3a5839efd4b23365dfa97d834a to your computer and use it in GitHub Desktop.
pip with multiple python versions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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