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%"