SoFunction
Updated on 2024-10-29

Quick fix for installing python without a scripts folder

Installed Python 2.7 and several times it wouldn't produce a scripts folder, making it impossible to use pip.

Tossed it around and found a solution.

What is unacceptable is that as long as the installer I gave must not generate the scripts folder, so it should be a problem with my installer, I suggest babies who have this problem to go to a different installer first, and if there is still this error after the change, you can see how I solved it, just for reference.

1 Go to the official website to download the ez_setup.py file

2 cmd, then switch to the corresponding path and execute the command python ez_setup.py, which will generate the scripts folder when it finishes

3 Switch to the scripts folder and install pip, enter the command: easy_install.exe pip

4 Then configure the environment variables

Done, no picture, hiahia hahahahaha~~~

This above quick solution to install python without scripts folder is all I have shared with you.