简体   繁体   English

通过终端打开Pycharm

[英]Opening Pycharm via terminal

I'm using Ubuntu 16.04. 我正在使用Ubuntu 16.04。 Everytime I open pycharm community edition from terminal: 每次我从终端打开pycharm社区版时:

$ pycharm-community

I get the following message: 我收到以下消息:

uim_helper_get_pathname() failed uim_helper_get_pathname()失败

The program then works fine. 该程序然后可以正常工作。 Today it's the first time I get this error though. 今天,这是我第一次遇到此错误。 Any idea why it happens and how to fix it? 知道为什么会发生以及如何解决吗?

There is no mention of this error in the PyCharm issue tracker 1 . 在PyCharm问题跟踪器1中没有提及此错误。 You might want to create a new issue there if you want to. 如果需要,您可能要在此处创建一个新问题。

What might not directly answer your question, but might help you is the following. 以下内容可能不会直接回答您的问题,但可能会帮助您。 On Ubuntu you can install pycharm via snap. 在Ubuntu上,您可以通过snap安装pycharm。 This handles the installation and updating of pycharm for you. 这将为您处理pycharm的安装和更新。 Might also resolve this error. 也可以解决此错误。 You can install pycharm via: 您可以通过以下方式安装pycharm:

sudo snap install pycharm-community

More information: https://snapcraft.io/pycharm-community 详细信息: https : //snapcraft.io/pycharm-community

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM