Created
May 13, 2021 04:49
-
-
Save tnibert/bd59a0f9cb184094342803b1030285ba to your computer and use it in GitHub Desktop.
pip install from python 2 console
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
from pip._internal import main | |
pkg = "numpy" # example | |
main(['install', pkg]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment