When trying to create a virtulenv using venv with python 3 on ubuntu it isn’t creating an activate script. It conitunally exits with an error 1.
Following docs and o
The command:
python3 -m virtualenv env
works for me, whereas:
python3 -m venv env
does not.