Open tlewis opened 9 years ago
I believe it's related to the script running under sudo.
Can you try in the script (just turn the extras off, no need to re-run the script):
install_extras="blabla"
Then clean up:
$> sudo rm -fr .cache
and try to run:
$> /opt/python2.7.9/bin/pip install fabric
Let me know if it fixes the problem.
Thanks for reporting!
I should probably change the extras to not be installed by default. A bit too opinionated.
I am attempting to use your script to install python 27 on a Centos 5.9 virtual machine. The installation proceeds fine until it gets to virtualenv and fabric. Below is the output of the script starting a bit above where the problem begins: