Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find VM options file (Pycharm Community 5.03)

Tags:

pycharm

Whenever I attempt to start Pycharm i get the message: Cannot find VM options file. Pycharm does not work because of this.

like image 446
dmitrikonnikov Avatar asked Jan 07 '23 02:01

dmitrikonnikov


2 Answers

I suppose you're talking about the first launch after you have downloaded it. Then it's important that you run pycharm.sh from the bin folder. The vm options file is also located there and the path in the script is relative.

like image 170
fomars Avatar answered Jan 22 '23 02:01

fomars


the vm options file is missing, you may manually create one: pycharm/bin/pycharm.exe.vmoptions https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties

like image 35
Guoliang Avatar answered Jan 22 '23 03:01

Guoliang