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