PyCharm is an IDE used for programming in Python, developed by Jetbrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. It is cross-platform working on Windows, Mac OS X and Linux.
Questions tagged [pycharm]
128 questions
41
votes
4 answers
PyCharm by JetBrains installation
I want to install the PyCharm IDE by JetBrains for Python (free community edition).
I managed to download the PyCharm community version, but I do not know how to install it. Can you please help me?
13
votes
2 answers
alt key shortcuts in pycharm are not working on Ubuntu 16.04
Shortcuts involving the Alt key are not working in pycharm.
For example the shortcut for "finding usages" on my machine is Alt+F7, but whenever I press this key, my cursor changes from an arrow to a hand (the icon it changes to when you move a…
user1510386
- 193
10
votes
1 answer
How to remove error sound from Pycharm terminal?
I am using Ubuntu 17.10 which has a really irritating error sound. I have disabled it from terminal's Profile Preference section. But the error sound is still coming from Pycharm's terminal.
How can I get rid of it?
sam
- 2,836
9
votes
3 answers
Importing a Python module works from command line, but not from PyCharm
My default Python binary is set to the one with the Anaconda distribution of Python. This is found at /home/karnivaurus/anaconda/bin/python, and I have made this the default by adding to my .bashrc file the following: export…
Karnivaurus
- 1,024
8
votes
2 answers
Installed ubuntu 20.04 from 0 - x509: certificate signed by unknown authority error on every app
I recently installed Ubuntu 20.04. Considering the time that passed since its release I thought it would be stable. After installing it, I go to Snap Store (named Ubuntu Software) and I see that several new programs appear, but after a few moments,…
learn123456
- 181
8
votes
1 answer
Is it safe to install using snap --classic?
I wanted to install Pycharm Community edition using snap with the following command:
sudo snap install pycharm-community
Unfortunately, I got the following error message:
error: This revision of snap "pycharm-community" was published using classic…
johnwolf1987
- 849
- 1
- 12
- 18
7
votes
2 answers
Install previous version of Pycharm (snap)
Is it not possible to install an older version of Pycharm community using snap?
I tried snap install pycharm-community=2018.2.5 but it does not work.
user10853
- 1,626
6
votes
1 answer
PyCharm Unable to save workspace files -.idea permissions
I'm using ubuntu 16.04, and lately i've been getting the following error in PyCharm:
PyCharm was unable to save some project files,
are you sure you want to close this project anyway?
Read-only…
Adiel
- 193
5
votes
1 answer
Error while installing Pycharm: "Prefs file removed from backround"
In the process of installing pycharm, in the final step, when I run ./pycharm.sh I get the following:
WARNING: Prefs file removed in background/home/daniel/.java/.userPrefs/prefs.xml
And then it just stays that way forever.
Would anyone please…
Daniel Oscar
- 201
5
votes
1 answer
pyCharm installed via terminal but cannot find in Applications
I've downloaded pyCharm from jetbrains website. Then I've extracted that downloaded file and via terminal I ran this command to install pycharm,
./pycharm.sh
Is stopped with the mention Installation completed so I activated the pycharm. But later I…
mefahimrahman
- 247
4
votes
4 answers
Pycharm does not start because "No JDK found"
I installed Pycharm, which automatically created then a shortcut at the Applications Menu. But the shortcut does not work and shows the message
No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points…
cerebrou
- 476
4
votes
2 answers
How do I install and use PyCharm without having to use a terminal?
Unlike the previous post, the tar.gz of PyCharm or SmartGit does not have make or ./configure.
I always open terminal at bin and type ./pycharm.sh, which leaves the terminal open while I'm using the application.
How can I just click the PyCharm…
Youngjae
- 143
4
votes
2 answers
ModuleNotFoundError: No module named 'tkinter'
The aforementioned error showed up when I tried to use the Turtle class. I was following a tutorial where it's used to pop up a window in the screen. The code is simple:
from turtle import Turtle, Screen
jabba = Turtle()
print(jabba)
my_screen =…
yaa__
- 771
3
votes
1 answer
Snap package only runs when root
I installed the snap package pycharm-community using snap (while being logged into my Ubuntu One account). When I run snap list I can see the package in the list. However, I can only run this app when I run sudo pycharm-community. Without root…
MPA
- 131
3
votes
2 answers
Pycharm: run selection in *terminal* (not python consol)
So, I have two pans in pycharm: the upper one shows the text editor and the lower one a (embeded) terminal window.
I can copy text from the upper pan and paste it in the lower pan (terminal) and it will run.
My question is, can I set up a keyboard…
user2413
- 14,957