File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
portable/launchers_final/scripts Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 17
17
USERPROFILE = %HOME%
18
18
[environment]
19
19
## <?> Uncomment lines to override environment variables
20
+ #SPYDER_CONFDIR = %HOME%\settings\.spyder-py3
20
21
#JUPYTERLAB_SETTINGS_DIR = %HOME%\.jupyter\lab
21
22
#JUPYTERLAB_WORKSPACES_DIR = %HOME%\.jupyter\lab\workspaces
22
23
#R_HOME=%WINPYDIRBASE%\t\R
26
27
#JULIA=%JULIA_HOME%%JULIA_EXE%
27
28
#JULIA_PKGDIR=%WINPYDIRBASE%\settings\.julia
28
29
#QT_PLUGIN_PATH=%WINPYDIR%\Lib\site-packages\pyqt5_tools\Qt\plugins
30
+
29
31
'''
30
32
31
33
def get_file (file_name ):
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ rem set PYTHONUTF8=1 creates issues in "movable" patching
30
30
set HOME = %WINPYDIRBASE% \settings
31
31
rem see https://github.com/winpython/winpython/issues/839
32
32
rem set USERPROFILE=%HOME%
33
+ set SPYDER_CONFDIR = %HOME% \settings\.spyder-py3
33
34
set JUPYTER_DATA_DIR = %HOME%
34
35
set JUPYTER_CONFIG_DIR = %WINPYDIR% \etc\jupyter
35
36
set JUPYTER_CONFIG_PATH = %WINPYDIR% \etc\jupyter
You can’t perform that action at this time.
0 commit comments