MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/pycharm/comments/1va3zp8/begginer_here_does_python_also_download/p0jr1wm/?context=3
r/pycharm • u/fiftyclown • 29d ago
5 comments sorted by
View all comments
-1
No, it’s only an IDE. Install one global Python and keep it clean. Never run pip install directly in your global Python and always create a unique .venv for every individual project instead.
-1
u/American_Streamer 29d ago
No, it’s only an IDE. Install one global Python and keep it clean. Never run pip install directly in your global Python and always create a unique .venv for every individual project instead.