-
Notifications
You must be signed in to change notification settings - Fork 317
Settings folder is re-created in WINPYTHON_DIR #262
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
just to explain how I'm using WinPython, I keep a shared (customised) installation of WinPython for my class on a shared folder. That folder is read only, so runtime files must be created in the user profile directory. Is there a recommended way of doing this? With a previous version of WinPython (3.4.3.2) I had no problems |
Same issue here (Windows 7, 64 bit, WinPython 3.4.4.1Qt5 and WinPython 3.4.4.1). Additionally, just logged in as a normal user I even can't start "Jupyter Notebook" nor "IPython Qt Console". I'm getting a ... "PermissionError: [WinError5] Access is denied: 'C:\Program Files\WinPython-64bit-3.4.4.1Qt5\settings'" ... |
Hi @guaguanco , I optimized Winpython default config to run in inside the %WINPYDIR% directory because:
Your case is nevertheless important to my eyes, and the two Variables to get right should be
Please try the following:
|
I updated the script, so that cython should work |
For spyder, it would be
|
and
let me know if this triple 'student' combination of scripts work, or if it works after you tweaked it a bit more to your taste, so that I may include it in next release. |
after last tweak, it should work ok. Any help welcomed, there may be some clever adjustment to do based on your on-the-field experience. |
maybe a simpler approach:
|
@stonebig, yes changing env.bat is what I'm experimenting with right now. Concerning the default folders, I'll probably use the default locations as specified in http://jupyter.readthedocs.org/en/latest/system.html. I'll report back in this thread. BTW, the apps in --sergio |
hi @guaguanco, The launchers don't use the scripts, it's all wired in the "nsis" launchers:
|
I'm going to experiment a build1:
By creating shortcut of these 'students' icons on the 'students' desktop:
|
hi @guaguanco, Here is a patch, that should work for any recent WinPython version:
suggested usage
I think this is the best way to patch an existing WinPython. |
solved by #272 Initiall settings files will stay but winPython.ini can be configured so that users do work in their local directories, where new settings will show up: '''' will creates the folowing hierarchy (for WinPython 3.4.4.1Qt5):
two scripts allows the common Winpython directory to behaves the classic way or the new way:
(all they do is tweaking |
As explained on https://github.com/winpython/winpython/wiki/Installation#settings I removed the
[WINPYTHON_DIR]\settings
directory to enable per user settings. However, every time I start Jupiter the folder is created again with the content:I'm using WinPython 3.4.4.1Qt5
The text was updated successfully, but these errors were encountered: