Skip to content

Commit

Permalink
Merge pull request spyder-ide#22028 from dalthviz/fixes_issue_21937
Browse files Browse the repository at this point in the history
PR: Quote kernel connection file in conda activation script (IPython Console)
  • Loading branch information
ccordoba12 authored Apr 30, 2024
2 parents db99db7 + f2bf556 commit ea3c29a
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
Expand Up @@ -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 ea3c29a

Please sign in to comment.