Ubuntu install Chinese finished package under PyCharm

(1) First open the terminal

(2) into the temporary folder:

cd /tmp 

(3) Download the finished package:

git clone https://github.com/ewen0930/PyCharm-Chinese

(If the prompt does not git, then follow the prompts to install it)

(4) the download is complete, enter the path:

  cd PyCharm-Chinese

(5) and then do :

bash package.cmd  

(If you are prompted requires root privileges, on the first execution sudo su , and then execute bash package.cmd )

(6) to move to the installation directory PyCharm resource_zh.jar of:

sudo cp resource_zh.jar / home / download /pycharm-2018.1.2/lib

(If prompted to find resource_zh.jar, you need to install java environment configuration, ubuntu is APT default-install the JDK )

(If you still have problems, go directly to manual search to find tmp folder, then find PyCharm-Chinese, and then manually copy resource_zh.jar inside the lib directory of the installation path PyCharm can)

The final restart, you can see PyCharm already finished.

Released nine original articles · won praise 27 · views 90000 +

Guess you like

Origin blog.csdn.net/szw_yx/article/details/80348645