Linux when installing PyCharm prompts can not start PyCharm error how to do?

  
                

PyCharm is used for the functions of the general IDE, but many people have errors when installing PyCharm on Linux system, prompting Error: can not start PyCharm, what is wrong? How to solve it? The following small series to introduce you to the Linux installation PyCharm prompt error solution, together to understand.

Error: can not start PyCharm

No JDK found to run PyCharm Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation

solve. Method:

Enter the jdk directory, cd. . /. . /jdk1.7.0_60/

Execute export JAVA_HOME= . . /. . /jdk1.7.0_60/(set according to the jdk directory of the respective computer)

Then re-install pycharm.

The above is the solution to the error of installing PyCharm in Linux. If you get an error during the installation process, reinstall it according to the method described in this article.

Copyright © Windows knowledge All Rights Reserved