Authors
Kevin T. Chu <[email protected]>
Note. This reference only applies if you are using direnv
to manage
your project environment.
If direnv
is enabled, the following environment variables are automatically
set whenever you change into the project directory.
-
DATA_DIR
: path todata
directory -
SRC_DIR
: path tosrc
directory -
PYTHONPATH
: search paths for Python packages and modules -
MLFLOW_TRACKING_URI
: path to directory where MLflow stores run data
The following variables can be set in the .envrc
file to customize the
project environment.
-
PATH_EXTRA
: space-delimited list of paths to add to thePATH
environment variable -
PYTHONPATH_EXTRA
: space-delimited list of paths to add to thePYTHONPATH
environment variable -
JULIA_LOAD_PATH_EXTRA
: space-delimited list of paths to add to theJULIA_LOAD_PATH
environment variable -
MLFLOW_TRACKING_URI
: URI of MLflow tracking server. By default,MLFLOW_TRACKING_URI
is set to/PROJECT_ROOT_DIR/mlruns
.