Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Jhnidek
Total activity
7
Last activity
November 20, 2020 13:10
Member since
April 20, 2017 10:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (0)
Comments (4)
Jhnidek
commented,
November 20, 2020 13:10
Hi, I have same issue. I installed the PyCharm using flatpak and it is very frustrating and confusing that you know that your system Python interpreter is e.g. Python 3.9, but you see in the dialog...
Community
PyCharm
PyCharm can't see python binaries even if they are there!
-1 votes
Jhnidek
commented,
April 20, 2017 14:56
I found evil hack. I added required paths to sys.path in starting script /home/user/.pycharm_helpers/pydev/pydev_run_in_console.py and /home/user/.pycharm_helpers/pydev/pydevd.py.
Community
PyCharm
PyCharm remote debugging doesn't respect PYTHONPATH settings
0 votes
Jhnidek
commented,
April 20, 2017 10:06
I have to also note that setting PYTHONPATH (using export PYTHONPATH) in .bashrc or .bash_profile doesn't work too. It seems that /home/user/.pycharm_helpers/pydev/pydev_run_in_console.py ignores $...
Community
PyCharm
PyCharm remote debugging doesn't respect PYTHONPATH settings
1 vote
Jhnidek
commented,
April 20, 2017 10:02
I tried to use the trick with bash script. It works, when I run python script at remote machine, BUT it doesn't work, when I try to do debugging of a python code. Debug attempt is terminated with f...
Community
PyCharm
PyCharm remote debugging doesn't respect PYTHONPATH settings
1 vote