Install PIP on Windows
pip is the Package Management System. First we can see ‘How to install pip on windows’.
-
Download Setuptools and pip
-
Open Console
-
Additional Recommend
You can download pip from github Setuptools from bitbucket
And confirm this aren’t harmful.
As an Admin, just open console in the download folder. And run,
python ez_setup.py
python get-pip.py
New Binaries pip.exe and easy_install.exe will be find in the "%ProgramFiles%\PythonXX\Scripts"
folder (vice versa)
Another way to installing pip on windows
-
Download & Extract
-
Change the Directory and Run
Download pip version 1.2.1 from official pip site. After download just extract that.
Change the directory to extracted folder. like,
cd <path to extracted folder>/pip-1.2.1
and Run with following code,
python setup.py install
How to Install Python (PIP) on a Mac OS X?
Now you can install any package(software) using pip.
The following two tabs change content below.
Latest posts by KarSho (see all)
- Step to Install JOOMLA in WAMP Localhost - March 30, 2020
- ‘Your Projects’ Links Not working in WAMP Server - March 29, 2020
It’s a good idea post
there is one small mistake in step 2:
“python ez_setup.py” should be “python ez_setup.py”
hi, i’m new to python so i’m having some difficulties so I hope you don’t mind breaking it down a bit for me, after installing, how do I get pip to install packages like say pyinstaller?