Skip to content

Commit 11abce6

Browse files
committed
Makefile update.
1 parent 98666bf commit 11abce6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ env: $(VIRTUAL_ENV)
2929
$(VIRTUAL_ENV):
3030
if [ ! -d $(VIRTUAL_ENV) ]; then \
3131
echo "Creating Python virtual env in \`${VIRTUAL_ENV}\`"; \
32-
python3 -m venv $(VIRTUAL_ENV) \
33-
source $(VIRTUAL_ENV)/bin/activate;
34-
else \
35-
source $(VIRTUAL_ENV)/bin/activate;
32+
python3 -m venv $(VIRTUAL_ENV); \
3633
fi
3734

3835

0 commit comments

Comments
 (0)