0

I have to use a very outdated version of python (2.4) at work, so I'd like to tell ipython to use that version instead of the default one on the system. How can I do that?

( I know there is a dupe question, but the accepted answer doesn't work for me, because I only have one ipython on my system, and there are no other packages to install )

1 Answer 1

2

Install it using the other Python version's executable.

python2.9 setup.py install
Sign up to request clarification or add additional context in comments.

3 Comments

@ThiefMaster: The future is NOW!
And to get the future, add 0.2 to that version number :P
Thanks! works perfectly! (for 2.4 I had to take version 0.10, because they say the newer ones no longer support python 2.4)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.