Python: Difference between revisions
imported>Hypnosis2839 →Development shell: delete redundant section |
imported>MQ37 mNo edit summary |
||
| Line 222: | Line 222: | ||
profile = '' | profile = '' | ||
set -e | set -e | ||
eval "$(micromamba shell hook - | eval "$(micromamba shell hook --shell=posix)" | ||
export MAMBA_ROOT_PREFIX=${builtins.getEnv "PWD"}/.mamba | export MAMBA_ROOT_PREFIX=${builtins.getEnv "PWD"}/.mamba | ||
micromamba create -q -n my-mamba-environment | micromamba create -q -n my-mamba-environment | ||