Venv fails in CentOS, ensurepip missing
Im trying to install a venv in python3 (on CentOS). However i get the following error: Error: Command '['/home/cleared/Develop/test/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. I guess there is some problem with my ensurepip... Running python3 -m…