Python Forum
Cannot find Python installation folder when I install Anaconda
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot find Python installation folder when I install Anaconda
#1
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.
Reply
#2
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question How to add Python folder in Windows Registry ? Touktouk 1 206 Feb-20-2024, 01:04 PM
Last Post: DeaD_EyE
  Compare folder A and subfolder B and display files that are in folder A but not in su Melcu54 3 466 Jan-05-2024, 05:16 PM
Last Post: Pedroski55
  Python installation for old MacOS Yonix 1 456 Sep-21-2023, 03:32 PM
Last Post: menator01
  Anaconda 2.4.2: The JupyterLab 3.5.3 fails to run the python code of the Geographical jamalnuman 0 313 Aug-23-2023, 07:48 AM
Last Post: jamalnuman
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 780 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,464 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 914 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python gzip all files from a folder mg24 3 3,812 Oct-28-2022, 03:59 PM
Last Post: mg24
  python installation/running inside singularity container erdemath 2 1,689 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 1,053 Aug-11-2022, 02:30 AM
Last Post: Danno

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020