0

I have a working Python ecosystem on Ubuntu.

Now I want to try Enthought Canopy. Will that installation mess up or interfere somehow with my current system?

Two examples to illustrate my confusion:

  • will this installation overwrite libraries in my current setup?
  • which python will start if I invoke ipython in a terminal?
Roman C
  • 49,761
  • 33
  • 66
  • 176
saroele
  • 9,481
  • 10
  • 29
  • 39

1 Answers1

2

No it wont:

http://docs.enthought.com/canopy/quick-start/install_linux.html

If the check box for making Canopy your default Python environment is checked the following line will be added your .bash_profile or .profile files:

source ~/Enthought/Canopy_32bit/User/bin/activate

But you can always uncheck the box.

Community
  • 1
  • 1
Viktor Kerkez
  • 45,070
  • 12
  • 104
  • 85