Skip to content

Commit

Permalink
add make CONDA_BIN override
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 21, 2023
1 parent a304816 commit 7079ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
else
CONDA_BIN_DIR ?= $(CONDA_HOME)/bin
endif
CONDA_BIN := $(CONDA_BIN_DIR)/conda
CONDA_BIN ?= $(CONDA_BIN_DIR)/conda
CONDA_ENV_REAL_TARGET_PATH := $(realpath $(CONDA_ENV_PATH))
CONDA_ENV_REAL_ACTIVE_PATH := $(realpath ${CONDA_PREFIX})

Expand Down
1 change: 1 addition & 0 deletions Makefile.config.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONDA_HOME ?= /opt/conda
CONDA_ENV ?= weaver
CONDA_ENVS_DIR ?= /opt/conda/envs
CONDA_BIN ?= $(CONDA_HOME)/bin/conda

HOSTNAME ?= localhost
HTTP_PORT ?= 8094
Expand Down

0 comments on commit 7079ab0

Please sign in to comment.