Python Forum

Full Version: Cannot find Python installation folder when I install Anaconda
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I need to make a directory to my Python folder when trying to use a separate program that requires a python path.

[Image: thmyja]

I thought Python came already installed with Anaconda3, but in my Anaconda folder there doesn't seem to a "Python" folder anywhere, like I've seen online in some other people's Anaconda install folder.
In the Spyder/Anaconda console

>>> import sys
>>> print(sys.version)
3.7.3 (default, Apr 24 2019, 15:29:51) [MSC v.1915 64 bit (AMD64)]
>>>

Also check:
Tools -> Preferences allows for Python interpreter/PYTHONPATH management.

Believe Anaconda installs Python
All the Best,
David