Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 9, 2024
1 parent 3409d4e commit 0cc7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ all.old:

venv:
python -m venv venv
if [ -z "`find venv | grep llama_cpp`" ]; then pip install -r requirements.txt ; fi
if [ -z "`find venv | grep llama_cpp`" ]; then . venv/bin/activate ; pip install -r requirements.txt ; fi

deps: venv
test -n "${VIRTUAL_ENV}" || (echo "Run: . venv/bin/activate" ; exit 1)
Expand Down

0 comments on commit 0cc7de2

Please sign in to comment.