From f2bf556b0ac8263ae9e10e67abff503b8358cc81 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:48:44 -0500 Subject: [PATCH] IPython Console: Quote kernel connection file over conda activation script --- spyder/plugins/ipythonconsole/scripts/conda-activate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder/plugins/ipythonconsole/scripts/conda-activate.bat b/spyder/plugins/ipythonconsole/scripts/conda-activate.bat index 33b3a4c2e53..71b20d8c6ed 100755 --- a/spyder/plugins/ipythonconsole/scripts/conda-activate.bat +++ b/spyder/plugins/ipythonconsole/scripts/conda-activate.bat @@ -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%"