如何处理PyCharm在ubuntu下中文显示小方块问题

如何处理PyCharm在ubuntu下中文显示小方块问题,第1张

可能是程序问题。建议重新下载安装看看,

1、选择install for all users ,然后一路点“Next”,就会将python 2711默认安装至C盘下。

2、特别要注意选上pip和Add pythonexe to Path。

3、然后打开命令提示符窗口,敲入python后会出现两种情况

1命令:sudo apt-get install 后面加软件名(记得TAB)

2到ubuntu软件中心图形界面安装

3到系统-系统管理-新立得软件包管理 安装

4到网上下载deb包双击安装

5到网上下载软件的源代码编译安装(阅读里面的README文件)

6等等

(1) Copy the pycharm-targz to the desired installation location (make sure you have rw permissions for that directory)

$ cd Downloads/

(2)Unpack the pycharm-targz using the following command: tar xfz pycharm-targz

$ tar xfz pycharm-targz

(3)Remove the pycharm-targz to save disk space (optional)

$ rm pycharm-targz

(4)Run pycharmsh from the bin subdirectory!

以上就是关于如何处理PyCharm在ubuntu下中文显示小方块问题全部的内容,包括:如何处理PyCharm在ubuntu下中文显示小方块问题、ubuntu怎么安装pycharm、ubuntu怎样安装pycharm配置python环境等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zz/10170548.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-06
下一篇 2023-05-06

发表评论

登录后才能评论

评论列表(0条)

保存