Skip to content

Commit

Permalink
Use condarc channels which should include spyder_kernels_rc, spyder_d…
Browse files Browse the repository at this point in the history
…ev, and conda-forge; and flexible priority
  • Loading branch information
mrclary committed Jan 25, 2024
1 parent 207e8dd commit befa93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spyder/plugins/updatemanager/scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exit %ERRORLEVEL%

call :wait_for_spyder_quit

%conda% install -p %prefix% -c conda-forge --override-channels -y spyder=%spy_ver%
%conda% install -p %prefix% -y spyder=%spy_ver%
set /P CONT=Press any key to exit...
goto :EOF

Expand Down
2 changes: 1 addition & 1 deletion spyder/plugins/updatemanager/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ done
shift $(($OPTIND - 1))

update_spyder(){
$conda install -p $prefix -c conda-forge --override-channels -y spyder=$spy_ver
$conda install -p $prefix -y spyder=$spy_ver
read -p "Press any key to exit..."
}

Expand Down

0 comments on commit befa93b

Please sign in to comment.