Skip to content

Commit d5a9555

Browse files
authored
Merge pull request #1636 from plone/maurits-no-virtualenv-clear
Do not call virtualenv --clear in our Makefile.
2 parents 7ed42f9 + 9435f9c commit d5a9555

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)