python3.8-venv not working with python3.8 -m venv env – Debian
I want to create a venv having python3.8 as python3 On Ubuntu 18.04 I did: > sudo apt install python3.8 python3.8-venv Now, when I try: > python3.8 -m venv env The virtual environment was not created successfully because ensurepip is…