Skip to content

Commit 816ee62

Browse files
Do not call virtualenv --clear in our Makefile.
This would remove the current directory if called as fallback. This fixes #1635
1 parent e320178 commit 816ee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ distclean: ## Clean docs build directory and Python virtual environment
3535

3636

3737
bin/python:
38-
python3 -m venv . || virtualenv --clear --python=python3 .
38+
python3 -m venv .
3939
bin/pip install -r requirements-initial.txt
4040
bin/pip install -r requirements.txt
4141

0 commit comments

Comments
 (0)