Created
April 8, 2021 22:36
-
-
Save davidlzs/ba27b726a5a927b37022b2e7d6f340cd to your computer and use it in GitHub Desktop.
Create python environment in miniconda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create ccm_env env by clone base env | |
| conda create --name ccm_env --clone base | |
| # list env | |
| conda env list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment