Add optional $CONDA_HOME environment variable

This commit is contained in:
Eren Dogan
2023-05-11 16:42:29 -07:00
parent 26a082f44d
commit 8ac95c19a4
3 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -215,8 +215,8 @@ def install_conda():
debug.info(1, "Creating conda setup...");
from openram import CONDA_HOME
subprocess.call("./install_conda.sh", cwd=os.path.abspath(CONDA_HOME + "/.."))
from openram import CONDA_INSTALLER
subprocess.call(CONDA_INSTALLER)
def setup_bitcell():