Intellij-idea – IntelliJ IDEA 12 Python Package Manager

intellij-ideapycharmpython-3.x

I use JetBrains' IntelliJ IDEA 12 for both Java and Python development (Python development through the official Python IntelliJ plugin). My friend uses PyCharm (same company and similar interface, just dedicated to Python) and he showed me a cool feature of PyCharm: there's a Python package manager built-in to the IDE. I looked through the menu options in IntelliJ IDEA but I couldn't find anything relating to Python packages. Does this exist in IntelliJ IDEA/the Python plugin, or am I out of luck for now/unless I move to PyCharm for dedicated Python development?

I'm currently using Python 3.2 and IntelliJ 12.1.4 and Python Plugin 2.10.1.

Best Answer

Tools | Manage Python Packages...:

manage