您的位置:首页 > 其它

Ubuntu14.04安装PyCharm

2016-04-16 10:58 405 查看

1. 下载

http://www.jetbrains.com/pycharm/download/

选择Linux Tab,选择下载免费的Community Edition.

2. 安装PyCharm

按照官网给出的安装指导【2】进行安装。

(1) Copy the pycharm-*.tar.gz to the desired installation location (make sure you have rw permissions for that directory)

$ cd Downloads/

(2)Unpack the pycharm-*.tar.gz using the following command: tar xfz pycharm-*.tar.gz

$ tar xfz pycharm-*.tar.gz

(3)Remove the pycharm-*.tar.gz to save disk space (optional)

$ rm  pycharm-*.tar.gz

(4)Run pycharm.sh from the bin subdirectory

$ cd pycharm/bin/

$ ./pycharm.sh

3. 一直点默认

4.添加桌面快捷方式

$ sudo gedit /usr/share/applications/Pycharm.desktop

[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm3
Comment=Pycharm3:The Python IDE
Exec="~/pycharm/bin/pycharm.sh" %f
Icon=~/pycharm/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
然后双击打开,再锁定到启动器就好了.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: