Tuesday, September 1, 2015

Install Pycharm on Ubuntu

Download gz file from http://www.jetbrains.com/pycharm/download/

INSTALLATION INSTRUCTIONS
  • Copy the pycharm-*.tar.gz to the desired installation location
    (make sure you have rw permissions for that directory)
  • Unpack the pycharm-*.tar.gz using the following command:
    tar xfz pycharm-*.tar.gz
  • Remove the pycharm-*.tar.gz to save disk space (optional)
  • Run pycharm.sh from the bin subdirectory
NOTE: PyCharm on Linux doesn't need special installation or running any installation script. It runs out of the pycharm-*.tar.gz

No comments:

Post a Comment