PyCharm下载链接:https://www.jetbrains.com/pycharm/download/#
我们选择Linux =》 Community,这个版本的可以满足我们大部分的需求
Community:Lightweight IDE for Python & Scientific development =》 Professional:Full-featured IDE for Python & Web development
安装的系统要求
System requirements: 512 MB RAM minimum, 1 GB RAM recommended 1024x768 minimum screen resolution Python 2.4 or higher, Jython, PyPy or IronPython
安装步骤:
Installation Instructions: Copy the pycharm-2016.2.3.tar.gz to the desired installation location (make sure you have rw permissions for that directory) Unpack the pycharm-2016.2.3.tar.gz using the following command: tar xfz pycharm-2016.2.3.tar.gz Remove the pycharm-2016.2.3.tar.gz to save disk space (optional) Run pycharm.sh from the bin subdirectory
1、下载PyCharm到本地
如果下载速度比较慢,建议使用火狐浏览器上的DownThemAll插件,或者使用Folx,这两个工具对于下载外国的资源很有帮助,尤其是本机不是windows环境,有迅雷那样的工具的情况!
2、切换到下载文件所在的目录
使用命令解压缩文件:tar xfz pycharm-2016.2.3.tar.gz
[注]随着版本的推陈出新,文件名也会变化,不过命令是不变的,可用Tab键进行自动补全,tar xfz pycharm-xxx.tar.gz
3、切换进入pycharm 的bin目录下,有一个pycharm.sh文件,使用./pycharm.sh运行程序
[email protected]:~# tar xfz pycharm-community-2016.2.3 [email protected]:~# cd pycharm-community-2016.2.3 [email protected]:~/pycharm-community-2016.2.3# ls bin build.txt help helpers jre lib license plugins [email protected]:~/pycharm-community-2016.2.3# cd bin [email protected]:~/pycharm-community-2016.2.3/bin# ls fsnotifier fsnotifier64 fsnotifier-arm idea.properties inspect.sh log.xml pycharm64.vmoptions pycharm.png pycharm.sh pycharm.vmoptions [email protected]:~/pycharm-community-2016.2.3/bin# ./pycharm.sh
时间: 2024-12-06 05:58:14