We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98666bf commit 11abce6Copy full SHA for 11abce6
Makefile
@@ -29,10 +29,7 @@ env: $(VIRTUAL_ENV)
29
$(VIRTUAL_ENV):
30
if [ ! -d $(VIRTUAL_ENV) ]; then \
31
echo "Creating Python virtual env in \`${VIRTUAL_ENV}\`"; \
32
- python3 -m venv $(VIRTUAL_ENV) \
33
- source $(VIRTUAL_ENV)/bin/activate;
34
- else \
35
+ python3 -m venv $(VIRTUAL_ENV); \
36
fi
37
38
0 commit comments