I'm using a new VPS, when I try and do the
virtualenv -p /bin/python2.7 env
step, I get an error:
ImportError: No module named zipp
I am also continually getting warnings like this form pip:
You are using pip version 8.1.2, however version 20.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
But that command gives me "permission denied," and my shell user cannot sudo and I don't see a way to give them that ability.
I feel like if I can figure it out for this one Django site, the rest should come over more easily!