Monthly Archives: July 2013

How to upgrade Anaconda to Python 3.3, and use in Eclipse (Windows)

Using the instructions from: http://docs.continuum.io/conda/intro.html Open up a command prompt, and run: conda create -n py33 python=3.3 anaconda You will need to enter Yes to go ahead. In Eclipse go to: Window \ Preferences \ Pydev \ Interpreter – Python Add … Continue reading

Posted in Uncategorized | Tagged | Leave a comment