ubuntu怎样安装pycharm配置python环境
答案:4 悬赏:0 手机版
解决时间 2021-02-21 05:44
- 提问者网友:原来太熟悉了会陌生
- 2021-02-20 22:14
ubuntu怎样安装pycharm配置python环境
最佳答案
- 五星知识达人网友:洒脱疯子
- 2021-02-20 23:00
1.pycharm(推荐)2.vscode搭配python插件,再配置一下tasks.json
全部回答
- 1楼网友:北方的南先生
- 2021-02-21 01:44
Python|开发环境IDEPyCharm配置
- 2楼网友:旧脸谱
- 2021-02-21 00:11
首先进去软件,然后
file --> settings --> project interpreter
在这右边会有你安装的包。第一次应该是什么都没有的
然后--> 点击最下面的,安装pip setup tools 。安装完成之后,点右上角的“+”号
在里面搜索,你想要安装的框架模块 然后就可以了
- 3楼网友:撞了怀
- 2021-02-20 23:26
(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!
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯