문제

I have and use Python 2.7 on Windows 7. I'm wanting to download Sage, but I already have python and I don't want it to interfere somehow (double installing python, making my current programs run under the wrong installation of python, ect.).

Should I:

  • Just install it regularly and call it a day
  • ...Or do something else

link to Sage: http://www.sagemath.org/index.html

도움이 되었습니까?

해결책

Sage on Windows runs on a virtual machines that uses Linux. As a result, it's almost completely sandboxed from Windows, and will not interfere with your Python installation (or for that matter, any program) in any way.

As a result, since you're only installing a single program -- a virtual machine -- and loading Sage onto it, installing it is completely safe.

다른 팁

Sage has an online IDE which is easier to use than having to install it. Here is the link: http://www.sagemath.org/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top