I'm not sure why I can't create this virtual environment on my Mac. I get an error on a call to python3 in my environment and when I dig in it seems to be looking for something called ensurepip
.
Any idea what I'm doing wrong?
$ python3 -m venv venv_test
Error: Command '['/Users/raysalemi/workspaces/install_mcs_project/venv_test/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
$ /Users/raysalemi/workspaces/install_mcs_project/venv_test/bin/python3 -Im ensurepip --upgrade --default-pip
/Users/raysalemi/workspaces/install_mcs_project/venv_test/bin/python3: No module named ensurepip
$ pip
Usage:
pip <command> [options]