PyCharm:Install on CentOS7
首先,从官网获取安装介质:
https://www.jetbrains.com/pycharm/download/#section=linux
上传服务器并解压:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
[root@james-mailserver Python-3.7.0]# cd /software [root@james-mailserver software]# ls james-project james-server-app-3.1.0-app.zip pip-10.0.1 pycharm-professional-2018.2.1.tar.gz Python-3.7.0.tar james-server-app-3.1.0 james-server-sources-3.1.0.zip pip-10.0.1.tar Python-3.7.0 [root@james-mailserver software]# [root@james-mailserver software]# tar -xzf pycharm-professional-2018.2.1.tar.gz [root@james-mailserver software]# [root@james-mailserver software]# ls -ltr total 494768 -rw-r--r-- 1 root root 4720640 Jun 13 15:49 pip-10.0.1.tar -rw-r--r-- 1 root root 81602560 Jul 20 17:02 Python-3.7.0.tar drwxr-xr-x. 18 root root 4096 Jul 30 17:26 james-project -rw-r--r--. 1 root root 18213346 Aug 14 14:40 james-server-sources-3.1.0.zip -rw-r--r--. 1 root root 58708816 Aug 14 14:58 james-server-app-3.1.0-app.zip drwxr-xr-x. 8 root root 125 Aug 14 15:29 james-server-app-3.1.0 drwxrwxrwx 6 root root 216 Aug 14 17:51 pip-10.0.1 drwxr-xr-x 19 501 501 4096 Aug 14 18:27 Python-3.7.0 -rw-r--r-- 1 root root 343377232 Aug 14 19:05 pycharm-professional-2018.2.1.tar.gz drwxr-xr-x 11 root root 175 Aug 14 19:13 pycharm-2018.2.1 [root@james-mailserver software]# [root@james-mailserver software]# ls -ltr pycharm-2018.2.1/ total 32 -rw-r--r-- 1 root root 14 Aug 5 23:01 build.txt -rw-r--r-- 1 root root 1898 Aug 5 23:11 Install-Linux-tar.txt drwxr-xr-x 2 root root 61 Aug 14 19:13 debug-eggs drwxr-xr-x 2 root root 62 Aug 14 19:13 help drwxr-xr-x 19 root root 4096 Aug 14 19:13 helpers drwxr-xr-x 3 root root 20 Aug 14 19:13 index drwxr-xr-x 2 root root 4096 Aug 14 19:13 license drwxr-xr-x 56 root root 4096 Aug 14 19:13 plugins drwxr-xr-x 4 root root 8192 Aug 14 19:13 lib drwxr-xr-x 4 root root 110 Aug 14 19:13 jre64 drwxr-xr-x 2 root root 323 Aug 14 19:13 bin [root@james-mailserver software]# [root@james-mailserver software]# ls pycharm-2018.2.1/bin/ format.sh fsnotifier64 idea.properties libyjpagent-linux64.so log.xml pycharm64.vmoptions pycharm.sh restart.py fsnotifier fsnotifier-arm inspect.sh libyjpagent-linux.so printenv.py pycharm.png pycharm.vmoptions [root@james-mailserver software]# |
然后,就可以直接运行了:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[root@james-mailserver ~]# cd /software/ [root@james-mailserver software]# ls james-project pip-10.0.1.tar james-server-app-3.1.0 pycharm-2018.2.1 james-server-app-3.1.0-app.zip pycharm-professional-2018.2.1.tar.gz james-server-sources-3.1.0.zip Python-3.7.0 nomachine_6.2.4_1_x86_64.rpm Python-3.7.0.tar pip-10.0.1 [root@james-mailserver software]# cd pycharm-2018.2.1/ [root@james-mailserver pycharm-2018.2.1]# ls bin debug-eggs helpers Install-Linux-tar.txt lib plugins build.txt help index jre64 license [root@james-mailserver pycharm-2018.2.1]# cd bin/ [root@james-mailserver bin]# ls format.sh idea.properties log.xml pycharm.sh fsnotifier inspect.sh printenv.py pycharm.vmoptions fsnotifier64 libyjpagent-linux64.so pycharm64.vmoptions restart.py fsnotifier-arm libyjpagent-linux.so pycharm.png [root@james-mailserver bin]# [root@james-mailserver bin]# ./pycharm.sh |
GUI界面如下:
——————————————
Done。