0

I'm currently using Python 2.7 with Anaconda and am considering making the move to Python 3.

What's the easiest/best way to upgrade while ensuring that custom modules I've installed are installed?

elksie5000
  • 7,084
  • 12
  • 57
  • 87
  • Duplicate? http://stackoverflow.com/questions/739993/how-can-i-get-a-list-of-locally-installed-python-modules – Łukasz Rogalski Jun 30 '16 at 07:59
  • 5
    There is no magic trick to installing Python. You install the new Python version and then install your packages. You can run it side by side with your old 2.7 if you want. – Ian Jun 30 '16 at 08:04
  • That would explain why I couldn't find an answer to the question with Google :) Thank you for your time. – elksie5000 Jun 30 '16 at 08:06
  • I found this useful: http://stackoverflow.com/questions/24405561/how-to-install-2-anacondas-python-2-7-and-3-4-on-mac-os-10-9 – elksie5000 Jun 30 '16 at 08:07

0 Answers0