python.exe location Follow Amit Yuval00 Created January 21, 2021 18:20 Hi, I am using pycharm professional. I find python.exe in my project folder under scripts. Does it make sense? thanks Yuval
Hello,
Yes, it is a part of a virtual environment which location is specified inside the Project root.
See the documentation:
https://docs.python.org/3/library/venv.html
https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html