conda create new environment in specified location

PHOTO EMBED

Tue Dec 13 2022 06:30:42 GMT+0000 (Coordinated Universal Time)

Saved by @tofufu #shell #bash #conda

# Use the --prefix or -p option to specify where to write the environment files. For example:
conda create --prefix /tmp/test-env python=2.7
content_copyCOPY

https://stackoverflow.com/questions/37926940/how-to-specify-new-environment-location-for-conda-create