Published
- 1 min read
`python -m venv venv`
The solution for this is noted below
python -m venv venv
Solution
$ python3 -m venv env
$ source env/bin/activate
Try other methods by searching on the site. That is if this doesn’t work