-
Notifications
You must be signed in to change notification settings - Fork 315
WinPython base read-only on a multi-user system, changes written to user directory? #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you can try to see what happen by removing
Some users may have more real case experience (good or bad) on this, so you may ask on stackoverflow. With the new JupyterLab thing, this strategy elaborated 2 years ago may be to re-engineer completely. |
Maybe WinPython is not your easiest starting point for this. |
We set it up successfully and have it used by ~30 students for several weeks now. :) I documented what I did at https://gitlab.com/Hannes42/shared-winpython-base , hopefully this will be useful to others. For any questions don't hesitate to ask me or file issues over at that repo. |
well, I'm looking at your todo:
|
hi @kannes , how is evolving your user setup today ? |
Hey @stonebig, thank you for asking! I have left the university where we used this setup long ago and have no idea what they are using nowadays. |
ok, I have to setup a school with WinPython-3.6 or better. |
I would like to use WinPython to provide many people with an good base and easy setup for Python development. Our computer systems are shared machines with user-specific things being saved on a network drive.
We want the WinPython base installation to be installed once per system but allow users to configure it and install packages. Those alterations should be stored in their user directory.
Is there a way to install WinPython system-wide as administrator and have it save all changes, installs and configuration on a specific, external path (e.g. the X: drive is the user's home directory, so "X:\WinPython" or something)? We might have some system variable mapped to that, I would have to check.
The text was updated successfully, but these errors were encountered: