diff options
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index d9c6b6f..0c3b3e6 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -45,9 +45,9 @@ class CondaInstaller implements Serializable { return 0xFF } - if (!new File(this.installer).exists()) { + //if (!new File(this.installer).exists()) { this.download() - } + //} def cmd = "bash ${this.installer} -b -p ${this.prefix}" def proc = cmd.execute() |