Fix PATH variable to autodetect dependencies in project virtualenv

This commit is contained in:
Vikash Kothary 2020-12-23 23:36:40 +00:00
parent b0a62702d9
commit e210f7b3fa

View File

@ -27,4 +27,4 @@ MKDOCS_OPTION=serve
JUPYTER_OPTION=lab
## Path
PATH:=.venv/bin/path:${PATH}
PATH:=.venv/bin:${PATH}