[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

Why Me report at bugs.python.org
Wed Jul 29 13:53:31 EDT 2020


Why Me <animewasafatalmistake at gmail.com> added the comment:

I had the same issue (win 10, py 3.8.5, executable installer). The solution i've found is to install python to non-standard catalog (D:/ instead of windows user folder which is under access protection). In this case, the file "easy_install.exe" will be created in the Scripts folder. Then open console inside the folder and call "easy_install pip", this will install pip. After that just copy everything to the standard catalog and don't forget to change the environment variables. Hope this helps.

----------
components:  -Installation
nosy: +Why Me

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40395>
_______________________________________


More information about the Python-bugs-list mailing list