Python Forum

Full Version: Save As redirect on Netork
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I`m an Administrator in a School.
The kids in our School keep corrupting the programme.
This is because they are saving over keys files.
They have to have access to the C: encase their Network connection goes down.
This kicks in, in an emergency, they do not have general access to c:

But the default Save directory for Python is it`s own save directory in C: by default every time it loads.
How do I change this to their local directory on the N: Drive

Cheers
Perhaps venv? This way you can create "isolated" environment for anything you need. Also, see Anaconda
Can you explain what the set-up is - what programs are used
(Oct-10-2017, 05:07 PM)ArsirusUK Wrote: [ -> ]The kids in our School keep corrupting the programme.

which program? what key files?
(Oct-10-2017, 05:07 PM)ArsirusUK Wrote: [ -> ]But the default Save directory for Python is it`s own save directory in C:
what IDE is used? i.e. Python does not have default save directory...