All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:42, 24 May 2023 Admin talk contribs created page Conda tips and tricks (Created page with " == Downgrading Conda Version == <syntaxhighlight lang="bash"> conda config --set allow_conda_downgrades true conda install conda=a.b.c # version you want to install </syntaxhighlight> == Manage Conda Channel == {| class="wikitable" |+ !Commands !Description !Notes |- |<code>conda config --add channels conda-forge</code> |Add conda channel | |- |<code>conda config --set channel_priority strict</code> |Set channel priority policy | |- |<code>conda config --show-sourc...") Tag: Visual edit