I have been able to execute the "conda export" command successfully on the 
second PC, in the following way:
cd C:\Program Files\Anaconda3
conda env export -n user_name > C:\users\user_name\Documents\environment.yml

However, I am confused with the content of the file obtained, since I 
expected to obtain a file that allows me to clone the configuration of the 
first PC on the second PC, and yet, what I get is a text file with a size 
of 93 bytes and the following content:

name: user_name
prefix: C:\Users\user_name\.conda\envs\user_name

Also, in the first PC, where I have executed "conda export", the next 
directory does not exist:
C:\Users\user_name\.conda\

How can I solve this?



-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to