bronlib
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created pycharm on osx with venv, path incomplete
Pycharm running on osx (mac catalina) configured to work in venv. The command os.system("which python") shows /usr/local/bin/python instead of /user/..../venv/bin/python I was able to solve this is... -
Created Adding an interpreter path seems to have no effect
I am using PyCharm community edition 2018.3.1 under Windows 10. Essential is also that Python is not installed, so there are no default paths pointing to Python or Python/Scripts in my system path...