PyCharm - The Python IDE for Professional Developers - 安装

PyCharm - The Python IDE for Professional Developers - 安装

https://www.jetbrains.com/pycharm/

download

Download -> Previous versions -> Version 2016.3

PyCharm - The Python IDE for Professional Developers - 安装

installation

[email protected]:~/software$ ll
total 275612
drwxrwxr-x  2 foreverstrong foreverstrong      4096 11月  2 11:31 ./
drwxr-xr-x 20 foreverstrong foreverstrong      4096 11月  2 11:30 ../
-rw-rw-rw-  1 foreverstrong foreverstrong 282217430 11月  2 11:31 pycharm-professional-2016.3.3.tar.gz
[email protected]:~/software$ 
[email protected]:~/software$ chmod a+x pycharm-professional-2016.3.3.tar.gz 
[email protected]:~/software$ 
[email protected]:~/software$ ll
total 275612
drwxrwxr-x  2 foreverstrong foreverstrong      4096 11月  2 11:31 ./
drwxr-xr-x 20 foreverstrong foreverstrong      4096 11月  2 11:30 ../
-rwxrwxrwx  1 foreverstrong foreverstrong 282217430 11月  2 11:31 pycharm-professional-2016.3.3.tar.gz*
[email protected]rong:~/software$ 
[email protected]:~/software$ tar -zxv -f pycharm-professional-2016.3.3.tar.gz
[email protected]:~/software$ 
[email protected]:~/software$ ls
pycharm-2016.3.3  pycharm-professional-2016.3.3.tar.gz
[email protected]:~/software$ 
[email protected]:~/software$ cd pycharm-2016.3.3/
[email protected]:~/software/pycharm-2016.3.3$ cd bin/
[email protected]:~/software/pycharm-2016.3.3/bin$ ./pycharm.sh
Nov 02, 2018 12:57:53 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Nov 02, 2018 12:57:53 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /home/foreverstrong/.java/.userPrefs/prefs.xml
[email protected]:~/software/pycharm-2016.3.3/bin$ 

OK

PyCharm - The Python IDE for Professional Developers - 安装

Accept

PyCharm - The Python IDE for Professional Developers - 安装

Activate -> License server
License server:
http://idea.imsxm.com
http://mcpmcc.com:1017

PyCharm - The Python IDE for Professional Developers - 安装

Create desktop entry (integrate in system menu)

PyCharm - The Python IDE for Professional Developers - 安装

Create New Project
/usr/bin/python2.7

PyCharm - The Python IDE for Professional Developers - 安装

PyCharm - The Python IDE for Professional Developers - 安装