Python Forum

Full Version: Install location setup new default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am working with an existing program that requires Python 3.10 installed at C:\Python310. I know that it's easy enough to change the install location in the windows installer. I'm finding most people don't follow instructions. I need some way to to configure the installer to use a different default location automatically. I haven't been able to find any information on how to do it. Can someone point me to a tutorial, or at least tell me the correct search terms?

I realized this is in the wrong form. I don't see anyway to move it or delete it.
There are different package solution's eg pyinstaller.
Then 3-party users don't need to install Python as it compile to .exe.
There are many post about here eg link.
I started reading the pyinstaller documentation it looks like this will do what I need. Thanks for getting me started!