Mamba: Difference between revisions

From My Mnemonic Rhyme
Jump to navigation Jump to search
(Created page with "Create environment ... without 'env' ...<pre> mamba create -n dummy python=3.7 package </pre>")
 
(No difference)

Latest revision as of 19:18, 9 December 2023

Create environment

... without 'env' ...

mamba create -n dummy python=3.7 package