Linux system installation pycharm software

1. First download the required version from the official website (https://www.jetbrains.com/zh-cn/pycharm/download/#section=linux)
2. Unzip pycharm
to find the downloaded file, right-click to open the terminal, and enter at the command line:

tar zxf xxx

xxx is the name of the downloaded pycharm installation package
3, and then enter on the command line:

cd  pychrm-community-2018.3/bin
./pycharm.sh                                 ##运行pycharm安装脚本

4. Then it is the same as the windows installation operation.

Mainly to record the problems I usually encounter and share them with you.
If there is any infringement, please contact me

Like it and support it

Guess you like

Origin blog.csdn.net/Anne332/article/details/118799071