Top "Pip" questions

Use for questions about the Python package installer

How can I install pip on Windows?

pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a …

python windows installation pip easy-install
How do I install pip on macOS or OS X?

I spent most of the day yesterday searching for a clear answer for installing pip (package manager for Python). I …

python macos pip installation
Installing specific package versions with pip

I'm trying to install version 1.2.2 of the MySQL_python adaptor, using a fresh virtualenv created with the --no-site-packages option. The …

python mysql pip pypi mysql-python
How do I install a Python package with a .whl file?

I'm having trouble installing a Python package on my Windows machine, and would like to install it with Christoph Gohlke's …

python pip python-wheel downloadfile jpype
How to install pip with Python 3?

I want to install pip. It should support Python 3, but it requires setuptools, which is available only for Python 2. How …

python python-3.x pip package setuptools
How to install packages using pip according to the requirements.txt file from a local directory?

Here is the problem I have a requirements.txt that looks like: BeautifulSoup==3.2.0 Django==1.3 Fabric==1.2.0 Jinja2==2.5.5 PyYAML==3.09 Pygments==1.4 SQLAlchemy==0.7.1 South==0.7.3 …

python virtualenv pip
How can I get a list of locally installed Python modules?

I would like to get a list of Python modules, which are in my Python installation (UNIX server). How can …

python module pip
How to upgrade all Python packages with pip

Is it possible to upgrade all Python packages at one time with pip? Note: that there is a feature request …

python pip
bash: pip: command not found

I downloaded pip and ran python setup.py install and everything worked just fine. The very next step in the …

python macos pip python-2.6
'pip' is not recognized as an internal or external command

I'm running into a weird error when trying to install Django on my computer. This is the sequence that I …

python django windows pip