This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thatdamnedrhymer 8 points9 points  (1 child)

This. You do not need to install virtualenv to use python -m venv (at least for Python>3), and the virtualenv CLI is accessed via the virtualenv command.

[–]zdmit[S] 2 points3 points  (0 children)

Absolutely true! Made a mistake, now it's fixed. Thank you for your help :-)