Permission denied: '/root/.python-eggs'\n\nThe Python egg cache
directory is currently set to:\n\n /root/.python-eggs\n\nPerhaps your
account does not have write access to this directory? You can\nchange
the cache directory by setting the PYTHON_EGG_CACHE environment
vim /etc/profile
add -> export PYTHON_EGG_CACHE="/tmp/.python-eggs"
reboot or re login