Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 下如何使用 #62

Open
wjj31767 opened this issue Dec 7, 2019 · 4 comments
Open

ubuntu 下如何使用 #62

wjj31767 opened this issue Dec 7, 2019 · 4 comments

Comments

@wjj31767
Copy link

wjj31767 commented Dec 7, 2019

如题

@xiaoweb
Copy link

xiaoweb commented Dec 12, 2019

linux下的ide本来就是个文件包吧

@wjj31767
Copy link
Author

所以是能否使用呢?

@CodingOctocat
Copy link

应该无法使用,原因在于 Ubuntu 下安装的软件(snap)是只读文件系统,无法复制到 lib 目录。

@CodingOctocat
Copy link

CodingOctocat commented Jan 9, 2020

应该无法使用,原因在于 Ubuntu 下安装的软件(snap)是只读文件系统,无法复制到 lib 目录。

@wjj31767

对了,如果是从官网下载的 tar.gz 包,那么是可以使用的。
具体做法:

  1. 下载 pycharm 的 linux 版(即 tar.gz 压缩包)
  2. 主文件夹下新建一个专门用于此类压缩包式的文件夹(这里我命名为 app)
  3. 将 tar.gz 解压提取到 app 文件夹中
  4. 右键 pycharm 的 bin 目录,选择“在终端打开”
  5. ~$ sh pycharm.sh
  6. 常规安装 pycharm
  7. Welcome to PyCharm 启动界面 > Configure > Create desktop entry
  8. 将汉化包放入 lib 文件夹

此时开始菜单中就有了 pycharm 图标,可以右键添加到收藏夹了。

Ubuntu 下汉化可能造成卡界面等问题!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants