Top "Easy-install" questions

EasyInstall is a package manager that provides a standard format to distribute Python programs and libraries.

How to prepend a path to sys.path in Python?

Problem description: Using pip, I upgraded to the latest version of requests (version 2.7.0, with pip show requests giving the location /…

python ubuntu pip easy-install pythonpath
How to get easy_install to ignore certifcate

Our network install is not the best, so I need to tell applications that communicate over ssl to ignore the …

python easy-install
Issue with easy_install-2.7

After installing easy_install and trying to use it to then install a python package it fails. [root@server]# easy_…

python python-2.7 pip easy-install
How to install python-ldap on a python 2.7 virtualenv on windows without compiling

I am using Windows as my main python 2.7 development environment and I want to install python-ldap on a virtual environment. …

python virtualenv easy-install python-ldap
Python package install using pip or easy_install from repos

The simplest way to deal with python package installations, so far, to me, has been to check out the source …

python svn version-control easy-install pip
Installing M2Crypto on Windows

I am trying to install M2Crypto on a Windows 7 machine using easy_install. However, I get the following error: …

python easy-install m2crypto
Eggs in path before PYTHONPATH environment variable

If I have packages installed from easy_install, the eggs are prepended to sys.path before the items in the …

python setuptools easy-install
broken easy_install and pip after upgrading to OS X Mavericks

Upgraded to OS X 10.9 Mavericks and installed XCode, Command Line Tools, XQuartz, etc. Trying to run a pip install now, …

python pip osx-mavericks setuptools easy-install
Scrapy Installation Fails with error 'cannot open include: 'openssl/aes.h '

I am trying to install Scrapy with easy_install -U Scrapy but it ends up in a strange error "Can …

python installation scrapy easy-install
Installing Pillow/PIL on Mavericks

I'm getting a strange error when trying to install Pillow using pip/easy_install: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 …

python python-imaging-library pip easy-install pillow