未命名.md 992 B

Transaction startingTransaction finishedTo activate this environment, use: micromamba activate /Users/sysadmin/miniforge3Or to execute a single command in this environment, use: micromamba run -p /Users/sysadmin/miniforge3 mycommandinstallation finished.Do you wish to update your shell profile to automatically initialize conda?This will activate conda on startup and change the command prompt when activated.If you'd prefer that conda's base environment not be activated on startup, run the following command when conda is activated:conda config --set auto_activate_base falseYou can undo this by running conda init --reverse $SHELL? [yes|no][no] >>>

创建开发环境 conda create -n dsenv python=3.13 -c conda-forge

Downloading and Extracting Packages:

Preparing transaction: done Verifying transaction: done Executing transaction: done #

To activate this environment, use

#

$ conda activate dsenv

#

To deactivate an active environment, use

#

$ conda deactivate