'Python'에 해당되는 글 2건

카테고리 없음

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

카테고리 없음
1. download MySQL-python-1.2.2.tar.gz and setuptools-0.6c5-py2.4.egg
wget http://www.mysql.com/downloads/index.html
wget http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c5-py2.4.egg

2. Install Mysql-python
tar xvfz MySQL-python-1.2.2.tar.gz
mv or cp setuptools-0.6c5-py2.4.egg ./MySQL-python-1.2.2
cd MySQL-python-1.2.2
python setup.py install

ENd

1
블로그 이미지

개발자

우와신난다