Closed hagenw closed 5 years ago
Simplify example call to virtualenv as --no-site-packages is no longer needed and python3 is sufficient (and we cannot expect that /usr/bin/python3 exists on all systems).
virtualenv
--no-site-packages
python3
/usr/bin/python3
Summary
Simplify example call to
virtualenv
as--no-site-packages
is no longer needed andpython3
is sufficient (and we cannot expect that/usr/bin/python3
exists on all systems).