Hacker News new | past | comments | ask | show | jobs | submit login

  wget http://www.python.org/ftp/python/2.7/Python-2.7.tgz
  tar xvfz Python-2.7.tgz
  cd Python-2.7
  ./configure
  make
  su
  make altinstall
Note: use "make altinstall" to avoid damaging the system python.



If you have make or a compiler installed on a RHEL system (other than your organizational build machine), you're Doing It Wrong.


I install from source to /opt. It's fast and it works. What's the downside of this?


I suspect sneak is implying that you should build packages on a build box, then your other servers can just grab those instead of compiling themselves. It's a good idea.


If you assume you have the right/knowledge to tell ME how to use MY RHEL, you assume wrong.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: