Closed GoogleCodeExporter closed 9 years ago
That would be extremely difficult. Why would you want that?
Original comment by grizzly.nyo
on 15 Feb 2013 at 10:52
I use pythonxy 2.7.3 all the time, for a whole load of projects - so I can't
give up on that.
However, for some projects, I have to interface with some stats software (IBM
SPSS v19)and the python interfaces for that version are only compatible with
python 2.6.
Ideally, I wanted to replicate the same python environment
(numpy+scipy+scikit-learn + loads of others) for both 2.6 and 2.7...
I tried just installing python 2.6 (not xy), but that caused problems with
pythonxy2.7.3 (could no longer launch from icon) so I uninstalled 2.6 - I
assume an issue with the system/python path but I did not explore too deeply.
Any ideas how I might do this?
Original comment by Liam.F.E...@gmail.com
on 15 Feb 2013 at 12:01
You can try to install python 2.6 first and then xy. Scripts requiring 2.6
should explicitly call the python 2.6 binary.
I also suggest looking at VirtualEnv if you hadn't already.
Original comment by grizzly.nyo
on 15 Feb 2013 at 4:56
Yes, I will try 2.6 first, then xy - that's what I was going to try next.
I will post here again if it does/doesn't work.
Thanks for the virtualEnv tip. Looks like it might be v. helpful.
Thanks for you help.
Original comment by Liam.F.E...@gmail.com
on 15 Feb 2013 at 5:02
Original comment by grizzly.nyo
on 16 Feb 2013 at 4:13
Original comment by grizzly.nyo
on 25 Feb 2013 at 3:57
Original issue reported on code.google.com by
Liam.F.E...@gmail.com
on 14 Feb 2013 at 2:10