PIP
PIP
written in Python.
>>Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include
pip (pip3 for Python 3) by default.
Note:pip is an alternative Python package installer. It performs the same basic job
as easy_install, but with some extra features.
It can work with version control repositories (currently only Git, Mercurial, and
Bazaar repositories), logs output extensively,
and prevents partial installs by downloading all requirements before starting
installation.
To install Pip on your system, you can use either the source tarball or
by using easy_install.
>>easy_install pip
Installing a package
>>pip install sqlalchemy
Note :After installation and in case when your network is behide a http proxy you
need to use ‘–proxy’ option
while calling pip from comand-line:
pip install --proxy="user:password@server:port" packagename
Removing a package
>>pip uninstall sqlalchemy
Searching a package
>>pip search "query"
------------------------------------------------------
For Easy install :export http_proxy=http://proxy_url:proxy_port