Python Forum
Save As redirect on Netork - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Save As redirect on Netork (/thread-5555.html)



Save As redirect on Netork - ArsirusUK - Oct-10-2017

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


RE: Save As redirect on Netork - wavic - Oct-10-2017

Perhaps venv? This way you can create "isolated" environment for anything you need. Also, see Anaconda


RE: Save As redirect on Netork - buran - Oct-10-2017

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...