From bc4534c1ac264785879e77017aa36a4f4dcffd5e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 25 Jan 2018 10:53:32 -0500 Subject: Evil exits. --- src/edu/stsci/CondaInstaller.groovy | 4 ++-- 1 file 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() -- cgit