-
Notifications
You must be signed in to change notification settings - Fork 65
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
Separate user data from program logic #11
Comments
Why not add a small: conf-subuser file in the simples option: using a 'conf-subuser.py' and import it when executing subuser (which should stay in the
or use a 'conf-subuser.json' and use json to handle it |
I think that the proper approach is to add optional json files to the users home dir and the
and
The key thing is that these config files have to be optional, so that the run-in-place variety of subuser still works without hitch. |
First it will look for paths in Run os.path.expandvars(path) on the paths.
Once this is done, #12 (comment) will be fixed. |
It should be possible to have the "programsThatCanBeInstalled" and the "bin" directory somewhere other than the subuser directory. The subuser directory should be able to be installed somewhere separate from the user data.
The text was updated successfully, but these errors were encountered: