[Tutor] Split Drive Setup
Mats Wichmann
mats at wichmann.us
Thu May 9 16:44:24 EDT 2024
On 5/9/24 06:48, Mike via Tutor wrote:
> Hi,
> I’m using a new 64bit windows11 platform to install python 3.11.3 which I download from the official Python site.
> I ran the setup programme on my system pc disk C:\ , but changed the location for the bulk of the python files to an external usb HDD to (P:\python\python_3_11_3) , so as not to use a large amount of space on my system drive & have a portable python facility on the USB HDD.
> The installation completed without any errors and placed an icon on my pc to launch the python command window , which works.
> I created a one line test script on the pc (print (“hello python !!”) with a ‘py’ file type label and then double clicked that file but nothing happened .?
> Can anyone help to solve this problem or indicate other things I need to done, or should have done ? , on my PC or my external HDD
try running the script from a cmd shell to verify the installation works.
the click-on-icon-to-run functionality is a different beast - the Python
interpreter is a command-line oriented thing. It's certainly possible to
make desktop icons work, maybe with some extra settings, but suggest
verifying you have a working installation to begin with.
More information about the Tutor
mailing list