Questions tagged [pycharm]

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.

126 questions
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
  • 1
  • 4
  • 10
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
  • 1
  • 8
  • 17
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
2
votes
1 answer

cd command doesn't work with Pycharm/IdeaVim

I'm using PyCharm with IdeaVim, and I have a little issue. I'm trying to execute the following command in Vim: :! cd ./Desktop However, I got the following error, and I don't know why : Cannot run program "cd": error=2, No such file or…
user639897
2
votes
2 answers

Trying to install pycharm with snap gives error: error: snap "pycharm-community" not found

I try to install pycharm with the command: sudo snap install pycharm-community --classic I get the error: error: snap "pycharm-community" not found If you could help me, I would appreciate it!
Colea
  • 161
1
vote
0 answers

Pycharm ssh auto upload freeze

Pycharm auto upload freezing when any connection error occurred.when freezed not able to close pycharm i have to close kill process in task manager or system reboot required .when i try close it showing this error message You have background tasks…
Sarath Ak
  • 161
0
votes
1 answer

Pycharm's icon on my desktop

I've successfully installed Pycharm on my computer. However, I'm not able to install the icon in my desktop. After executing this command, the window opened correctly. Question : How could I import the icon in my Desktop?
user631743
0
votes
1 answer

Pycharm can't connect to mysql: Access denied

I am working on ubuntu 18.04. My pycharm version is: PyCharm 2022.1 (Community Edition) Build #PC-221.5080.212, built on April 12, 2022 Runtime version: 11.0.14.1+1-b2043.25 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux…
user2994783
  • 225
  • 3
  • 6
  • 16
0
votes
1 answer

When pyCharm is running, I can't right click it to add it to taskbar

I have pyCharm running, but the only options I get when I right click it on the left is "All Windows," and "Quit." I'd like to add it to my taskbar because it vanishes out of thin air after I close it.
Beliod
  • 3
0
votes
1 answer

Why can't I launch PyCharm?

I downloaded pycharm using snap, and I edited the pycharm64.vmoptions file. Then I wasn't able to launch the software, so I uninstalled it. After that, I downloaded the pycharm.tar.gz file from the jetbrains website. I was trying to start pycharm by…
0
votes
1 answer

Problem in Pycharm installation

I used terminal window to install IntelliJ at first, which happened without disruption.When I tried for Pycharm instead, it didn't happen. Further I tried it with Ubuntu Software center, and it showed me this message: Unable to install pycharm CE:…