On 02/09/2015 12:44 AM, Amarjit Chandhial wrote:
My aim is to enable iPython within spyder multiple install 27 and 34 on
Windows 64bit.
I have spyder working normally with Python34. I have a .spyder2-py3 folder.
With Python34 working I have installed Python27 and want to get a
separate spyder working with 27, as-well as 34.
I tried to install Spyder for 27 via pip e.g. at CMD prompt

C:\Users\name>C:\Python27\Scripts\pip.exe install spyder

I do not have a .spyder2 folder. How do I get spyder working with Python27?

What is your default version of Python?

Not sure how it works on Windows, but on Linux if you have more than one version of Python installed you have to use the appropriate version of pip. Just calling pip will get you the one for the default version of Python. So in your case, assuming Python 3.4 is default, something like:

pip or pip3.4 will download and install for Python 3.4 packages

pip2.7 for Python 2.7 packages.


--



--
Adrian Klaver
[email protected]

--
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 http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to