VinceVal / SickRageInstaller

A Windows Installer for SickRage
24 stars 14 forks source link

installer does not check for already installed dependencies #3

Closed assafmendelson closed 9 years ago

assafmendelson commented 9 years ago

My computer has both git and python installed (and actually both are in the path). The installer still downloaded and installed git

VinceVal commented 9 years ago

Hi @assafmendelson, this is by design. The installer installs a private, non-system copy of Python and Git to ensure it's configured the way we want. These will not conflict with your system-installed copies.

If you'd like to use your global copies, I'd recommend doing a manual install of SR and not using the installer.