카테고리 없음
Setting Python Server Page use Mysql
우와신난다
2009. 3. 4. 17:38
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