8000 get spyder config directory portable by stonebig · Pull Request #1672 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

get spyder config directory portable #1672

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

Merged
merged 1 commit into from
Jul 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions portable/launchers_final/scripts/WinPythonIni.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
USERPROFILE = %HOME%
[environment]
## <?> Uncomment lines to override environment variables
#SPYDER_CONFDIR = %HOME%\settings\.spyder-py3
#JUPYTERLAB_SETTINGS_DIR = %HOME%\.jupyter\lab
#JUPYTERLAB_WORKSPACES_DIR = %HOME%\.jupyter\lab\workspaces
#R_HOME=%WINPYDIRBASE%\t\R
Expand All @@ -26,6 +27,7 @@
#JULIA=%JULIA_HOME%%JULIA_EXE%
#JULIA_PKGDIR=%WINPYDIRBASE%\settings\.julia
#QT_PLUGIN_PATH=%WINPYDIR%\Lib\site-packages\pyqt5_tools\Qt\plugins

'''

def get_file(file_name):
Expand Down
1 change: 1 addition & 0 deletions portable/launchers_final/scripts/env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rem set PYTHONUTF8=1 creates issues in "movable" patching
set HOME=%WINPYDIRBASE%\settings
rem see https://github.com/winpython/winpython/issues/839
rem set USERPROFILE=%HOME%
set SPYDER_CONFDIR=%HOME%\settings\.spyder-py3
set JUPYTER_DATA_DIR=%HOME%
set JUPYTER_CONFIG_DIR=%WINPYDIR%\etc\jupyter
set JUPYTER_CONFIG_PATH=%WINPYDIR%\etc\jupyter
Expand Down
0