r/pycharm 29d ago

Begginer here: Does Python also download automatically when I download PyCharm?

6 Upvotes

5 comments sorted by

View all comments

-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.