Pooja
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Pooja created a post, How to add the path to conda environment's bin to the $PATH environment variable?
I have a python project with the python interpreter set to python from pre-existing conda environment. The environment is loaded and I can run python commands on the console inside PyCharm. However... -
-
Pooja created a post, AnsweredProblem with python debugger in PyCharm 2024.3
Hello,The Python debugger has stopped working on my recent PyCharm update. The debugger hits the breakpoint but fails to load threads/variables and hangs during “Step over” or “Step in” operations.... -
Pooja created a post, Unable to set breakpoints in .jinja2 template files
I have a Python project with some .jinja2 template files. In the settings, in Languages and Frameworks -> Template Languages, I have set the Template Language to "Jinja2" and I have also added "Jin...