Files
DeepFaceLab_MacOS/scripts/env.sh
T
2022-08-17 12:35:20 +02:00

11 lines
209 B
Bash

eval "$(/opt/homebrew/bin/brew shellenv)"
DFL_PYTHON=python
DFL_MAIN=.dfl/DeepFaceLab/main.py
DFL_SRC=.dfl/DeepFaceLab/main.py
WORKSPACE=workspace
DFL_WORKSPACE=workspace
source .dfl/env/bin/activate
set -e