Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

conda create new environment in specified location

# 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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #conda #create #environment #location
ADD COMMENT
Topic
Name
4+3 =