Skip to content

Commit

Permalink
IPython Console: Quote kernel connection file over conda activation s…
Browse files Browse the repository at this point in the history
…cript
dalthviz committed Apr 26, 2024
1 parent c3e512e commit f2bf556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/scripts/conda-activate.bat
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ call "%CONDA_ACTIVATE_SCRIPT%" "%CONDA_ENV_PATH%"
goto start

:start Start kernel
"%CONDA_ENV_PYTHON%" -m spyder_kernels.console -f %SPYDER_KERNEL_SPEC%
"%CONDA_ENV_PYTHON%" -m spyder_kernels.console -f "%SPYDER_KERNEL_SPEC%"

0 comments on commit f2bf556

Please sign in to comment.