Editing Install Spyder

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 71: Line 71:
  
 
Coming soon when it works for me.
 
Coming soon when it works for me.
So I had spyder < 3 and python 2.7 wanted spyder 3 and python 3.6.  This involves creating a new environment, and a utility that lets you switch environments.  This is what worked for me.
 
 
In a dos window ( cmd )
 
 
<pre>
 
conda create --name  python3_spyder3  python=3.6 anaconda
 
</pre>
 
 
Which does what?
 
 
*create the new environment with the name python3_spyder3 
 
*use python 3.6  ( python=3.6 )
 
*install the package  anaconda  ( anaconda  ) -- as far as I can tell you must install some package to get a new environment.
 
 
At the end of a long install I got this useful information:
 
 
<pre>
 
# To activate this environment, use:
 
# > activate python3_spyder3
 
#
 
# To deactivate this environment, use:
 
# > deactivate python3_spyder3
 
</pre>
 
 
After activating the environment my windows menu still opened the old spyder/python.  To get the new version I again used cmd and
 
 
<pre>
 
activate python3_spyder3
 
spyder
 
</pre>
 
 
Should be easy to create a bat file and shortcut to execute this.
 
 
 
 
 
<!-----------
 
this cannot bee seen
 
------------->
 
  
 
= Anaconda Links =
 
= Anaconda Links =

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)