Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how copy and create same conda environment

#export your Anaconda environment using:
conda env export > environment.yml
#And recreate it using:
conda env create -f environment.yml
Source by datascience.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #copy #create #conda #environment
ADD COMMENT
Topic
Name
6+1 =