On March 1, 2012, JetBrains announced the release of a new preview version of the wonderful IDE for Python PyCharm 2.1.
The main thing in the new version is package management and the virtualenv environment directly from PyCharm.
Major changes in the new version:
')
1. Remote interpreters - full integration with Python interpreters located on remote hosts;

2. The ability to search, install, update and delete packages using
PyPI ;

3. Improved integration with
virtualenv , now a virtual environment can be created directly from PyCharm;

4. Creating a setup.py file with all dependencies and launching it with various parameters. There would be integration with
cx_freeze or analogues, there would be no price at all;

5. Automatic installation of the package if it was not found locally.
A source