📜 ⬆️ ⬇️

New PyCharm 2.1 Early Access Preview has been released

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;

image



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

image

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

image

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;

image

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

image

A source

Source: https://habr.com/ru/post/139458/


All Articles