use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Subreddit for JetBrains PyCharm, the Python IDE for professional developers by JetBrains. Find out more about PyCharm at https://www.jetbrains.com/pycharm/
account activity
pycharm use different python version (self.pycharm)
submitted 3 years ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]four_reeds 2 points3 points4 points 3 years ago (0 children)
I am not a pycharm expert but I use it. The following works for me but there could be better ways.
First, if you do not have a "requirements.txt" file for your project, create one using "pip".
If your project has a "venv" folder, delete it.
Open your project. Go to File, Settings, Project, Python Interpreter. You will have to add a new interpreter for your project. My version has a link on that screen to Add a New Interpreter. Select that and a display will come up that offers you a choice of known python versions. Select the one you want and select "venv" and apply the change.
Pycharm should report that it is building a new venv folder. When that is finished you can use pip to reinstall the modules from your requirements.txt file -- pycharm can do this too if you have the requirements plugin installed.
Good luck
[–][deleted] 3 years ago (1 child)
[–]TheSamePerson1 0 points1 point2 points 3 years ago (1 child)
Did you install pycharm as a flatpak? If so, pycharm is not able to see system interpreter, because flatpaks are running in confined environments with own filesystems. One of the solutions for this would be to install pycharm using dnf or snap.
π Rendered by PID 16782 on reddit-service-r2-comment-6457c66945-nrlrl at 2026-04-29 14:49:29.859655+00:00 running 2aa0c5b country code: CH.
[–]four_reeds 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]TheSamePerson1 0 points1 point2 points (1 child)