mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Pycharm on raspian/PI

Fri Feb 20, 2015 7:33 pm

I tried apt-get install pycharm but it's not in a package, do downloaded the Linux file, extracted it and looking square in the eye of the pycharm.sh file.

I right click on it and get execute -- execute in terminal -- open. Tried all 3 and nothing. Tried also to run the path of pycharm.sh from the command prompt and nothing.

How in the *&*) do I install pycharm on my raspian/PI setup? -- Thanks much for the help.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Pycharm on raspian/PI

Fri Feb 20, 2015 7:57 pm

It doesn't have to be installed. Unpacking the tar file is all that is needed, and if you can see the pycharm.sh file you have done that.

Code: Select all

pi@RPi2B ~/pycharm-community-4.0.4/bin $ ./pycharm.sh
works for me.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: Pycharm on raspian/PI

Fri Feb 20, 2015 8:11 pm

Does it put a shortcut on the desktop? Don't see how you start it. I just extracted the downloaded file right in the downloads folder and it created a subfolder pycharm community -- in the bin folder, I see pycharm.sh

Not sure how I just run the program. Do I have to do it from the prompt? Because I tried that.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: Pycharm on raspian/PI

Fri Feb 20, 2015 8:14 pm

when I do run the path to pycharm.sh I get a server vm error?

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: Pycharm on raspian/PI

Fri Feb 20, 2015 9:33 pm

No matter what I try I get "server vm warning" -- whatever the heck that is

donrecardo
Posts: 23
Joined: Tue Mar 06, 2012 12:21 pm

Re: Pycharm on raspian/PI

Sun Mar 27, 2016 5:57 pm

mmkw43 wrote:Does it put a shortcut on the desktop? Don't see how you start it. I just extracted the downloaded file right in the downloads folder and it created a subfolder pycharm community -- in the bin folder, I see pycharm.sh

Not sure how I just run the program. Do I have to do it from the prompt? Because I tried that.
When you first run it , click on configure ( bottom right of page)
in there is option to add it to desktop , It appears in menu/programming

Return to “Python”