CDADA Utwórz nowe środowisko w określonej lokalizacji

# 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
Tofufu