ubuntu怎样安装pycharm配置python环境

2024-11-14 11:15:35
推荐回答(5个)
回答1:

(1) Copy the pycharm-*.tar.gz to the desired installation location (make sure you have rw permissions for that directory)
$ cd Downloads/
(2)Unpack the pycharm-*.tar.gz using the following command: tar xfz pycharm-*.tar.gz
$ tar xfz pycharm-*.tar.gz
(3)Remove the pycharm-*.tar.gz to save disk space (optional)
$ rm pycharm-*.tar.gz
(4)Run pycharm.sh from the bin subdirectory!

回答2:

先装JDK,然后装pycharm。pycharm本省应该是java写的吧

回答3:

1.pycharm(推荐)2.vscode搭配python插件,再配置一下tasks.json

回答4:

Python最好用的开发工具Pycharm,怎样在Windows安装,视频演示给大家

回答5:

Python|开发环境IDEPyCharm配置