Install PyCharm 4.0.1 in Ubuntu 14.04

Опубликовано:

PyCharm 4.0.1, is a Python IDE with unique code assistance and analysis, for productive Python development on all levels. It’s an intelligent Editor, with code completion, on-the-fly error highlighting, auto-fixes. Its got support for modern web development frameworks, such as Django, Flask, Google App Engine, Pyramid, web2py, etc.

PyCharm comes in 2 editions, Professional Edition which is a paid edition and Community Edition which is free.

PyCharm 3.4 delivers many improvements to existing functionality and performance and adds lots of handy must-have features:

  • “Pull members up/down” set of refactorings reworked and improved
  • Enhanced code navigation: Now ‘Navigate | Class’ or ‘Navigate | Symbol’ allows navigating to Python modules (*.py files) and packages (‘__init__.py’ files)
  • Template roots now can be marked right from the project structure view
  • The debugger now works correctly with Google App Engine projects
  • Major performance improvements in Python code analysis and stubs generation process
  • Memory usage and rendering improvements in built-in terminal component
  • Various VCS support improvements and an enhanced git log

[urlspan]What’s New in PyCharm 4.0.1[/urlspan]

Install PyCharm 4.0.1

— First install Oracle Java JDK/JRE

[urlspan] Install Oracle Java JDK/JRE[/urlspan]

— Install PyCharm 4.0.1

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

sudo apt-get update
sudo apt-get install pycharm

Понравилась статья, расскажи о ней друзьям, нажми кнопку!