Skip to content

Commit e6a6c7c

Browse files
authored
Configure JUPYTER_CONFIG_DIR and JUPYTER_CONFIG_PATH
Define the environment variables JUPYTER_CONFIG_DIR and JUPYTER_CONFIG_PATH. Otherwise, this will default to C:\Users\...\.jupyter, which may exist
1 parent 557a20f commit e6a6c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,8 @@ def _create_batch_scripts_initial(self):
10111011
rem set USERPROFILE=%HOME%
10121012
rem set WINPYDIRBASE=
10131013
set JUPYTER_DATA_DIR=%HOME%
1014+
set JUPYTER_CONFIG_DIR=%WINPYDIR%\etc\jupyter
1015+
set JUPYTER_CONFIG_PATH=%WINPYDIR%\etc\jupyter
10141016
set WINPYARCH=WIN32
10151017
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
10161018
set FINDDIR=%WINDIR%\system32

0 commit comments

Comments
 (0)