Hi,

You need to create an conda environment and install Spyder on it. Environments are a way to create completely independent Python installations, so you don’t mess with your main one. You can read more about environments here:

http://conda.pydata.org/docs/using/envs.html

You can create an environment with this command:

|conda create -n test-spyder spyder |

|test-spyder| is the name of your environment, and you activate it with this command

|source activate test-spyder |

on Linux/Mac, and

|activate test-spyder |

on Windows.

Cheers,
Carlos

El 24/10/16 a las 08:19, Russ Hensel escribió:

I would like to install the new version of spyder, but I want to be sure I do not mess up my install of python, my projects, and if not hard hang
on to my install of the old version of spyder.

I am using the anaconda install, plus a fair amount of upgrading and additional package installs.

Russ
--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

​

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