Finding where 3.13 is installed

I installled 3.13 but can ONLY see the path in the windows path variable. The directory does not show up in the filesystem (either in C: or under users.\AppData.

In python 3.3, 3.4, 3.6, 3.10, the install was much simplier and cleaner.

My install is C: Users/Myusername/AppData/local/programs/python. Hope that helps.

Hi,

when you open IDLE, in the Shell editor, type the following:

import os
os.getcwd()

This should give you the location where Python v3.13 is installed.
Note that cwd is an acronym for current working directory and where the Python executable resides.

1 Like

Same. But my Python projects are somewhere else.