Skip to content

Commit

Permalink
Makefile update.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Apr 21, 2024
1 parent 98666bf commit 11abce6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ env: $(VIRTUAL_ENV)
$(VIRTUAL_ENV):
if [ ! -d $(VIRTUAL_ENV) ]; then \
echo "Creating Python virtual env in \`${VIRTUAL_ENV}\`"; \
python3 -m venv $(VIRTUAL_ENV) \
source $(VIRTUAL_ENV)/bin/activate;
else \
source $(VIRTUAL_ENV)/bin/activate;
python3 -m venv $(VIRTUAL_ENV); \
fi


Expand Down

0 comments on commit 11abce6

Please sign in to comment.