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