PyCharm - The Python IDE for Professional Developers - 安装

版权声明:世上没有白读的书,每一页都算数。 https://blog.csdn.net/chengyq116/article/details/83654326

PyCharm - The Python IDE for Professional Developers - 安装

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

download

Download -> Previous versions -> Version 2016.3

在这里插入图片描述

installation

foreverstrong@strong:~/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
foreverstrong@strong:~/software$ 
foreverstrong@strong:~/software$ chmod a+x pycharm-professional-2016.3.3.tar.gz 
foreverstrong@strong:~/software$ 
foreverstrong@strong:~/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*
foreverstrong@strong:~/software$ 
foreverstrong@strong:~/software$ tar -zxv -f pycharm-professional-2016.3.3.tar.gz
foreverstrong@strong:~/software$ 
foreverstrong@strong:~/software$ ls
pycharm-2016.3.3  pycharm-professional-2016.3.3.tar.gz
foreverstrong@strong:~/software$ 
foreverstrong@strong:~/software$ cd pycharm-2016.3.3/
foreverstrong@strong:~/software/pycharm-2016.3.3$ cd bin/
foreverstrong@strong:~/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
foreverstrong@strong:~/software/pycharm-2016.3.3/bin$ 

OK

在这里插入图片描述

Accept

在这里插入图片描述

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

在这里插入图片描述

Create desktop entry (integrate in system menu)

在这里插入图片描述

Create New Project
/usr/bin/python2.7

在这里插入图片描述

在这里插入图片描述

PyCharm

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/chengyq116/article/details/83654326
今日推荐