카테고리 없음

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. Install ruby

# > yum install ruby ruby-devel ruby-libs ruby-irb ruby-rdoc

2. Install gem

# > wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.gz
# > tar xvf rubygems-1.3.1.gz
# > cd rubygems-1.3.1
# > ruby setup.rb

3. Install Rails

# > gem install rails

1 ··· 25 26 27 28 29 30 31 ··· 35
블로그 이미지

개발자

우와신난다