Fix PATH variable to autodetect dependencies in project virtualenv
This commit is contained in:
@@ -27,4 +27,4 @@ MKDOCS_OPTION=serve
|
||||
JUPYTER_OPTION=lab
|
||||
|
||||
## Path
|
||||
PATH:=.venv/bin/path:${PATH}
|
||||
PATH:=.venv/bin:${PATH}
|
||||
Reference in New Issue
Block a user