Skip to content

Commit

Permalink
Fix dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Jablon committed Dec 1, 2020
1 parent dffb608 commit d66a5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo ""
echo "Virtualenv is present and active!"
echo ""

if ! ls .venv/lib/python*/site-packages/procrastinate.egg-link 1>/dev/null 2>&1; then
if ! ls $VIRTUAL_ENV/lib/python*/site-packages/procrastinate.egg-link 1>/dev/null 2>&1; then
echo "Installing package for development"
pip install -r requirements.txt || return
fi
Expand Down

0 comments on commit d66a5c9

Please sign in to comment.