Python 3.9 pip install
Python 3.9 pip install
In python 3.9 you can add below path(scripts path) to your environment variable
C:UsersASUSAppDataLocalProgramsPythonPython39Scripts
Once the path is added, open a fresh CMD window and type pip --version
.
You can see your pip version pip 20.2.4
I found that for Python 3.9 if you enter the command as py -m pip install
, the installation initiates as expected.
Annotation 2021-06-17 121518_install pywinauto Visual Studio Code terminal
Python 3.9 pip install
I finally can use pip install.
Here is how I do it:
-
Run python 3.6.9-adm64.exe
-
Choose Modify
-
Tick all boxes and click Next
-
Tick [Create shortcuts…appplication](not important) and Add Python to environment variables and click Install
-
Now run CMD and type:
py -m pip install (name) //pygame for example
Now I installed pygame easily.