Hello everyone I am running ubuntu20.4 and have two versions of python on my os
when I try to create the virtual environment with Python3.9 -m venv venv
or with python3.8 -m venv venv
which is the default version it gives me this error and creates the venv folder.
- How can I use only one version of python on my os?
- Could you help me understand this error and why am I getting it?
Here is the error that i am getting: bin/python3.9', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.