fedora11

How to install Redmine on Fedora 11 linux?

会有一股神秘感。 提交于 2019-12-25 04:21:55
问题 I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation 回答1: If you actually looked, you would have found that the instructions are on the redmine website: http://www.redmine.org/wiki/1/RedmineInstall 回答2: Given that no truly reliable installation instructions can be found around (Fedora or other distribution that is), I will hereby detail the installation steps that worked for me. The website

How to uninstall Python2.6

跟風遠走 提交于 2019-12-19 02:06:19
问题 On my Fedora11 machine which has python2.6 pre-installed on it, I was able to successfully install python 2.7 using the following steps: wget http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2 tar -xvjf Python-2.7.tar.bz2 cd Python* ./configure --prefix=/opt/python27 make make install vi ~/.bash_profile ## replaced PATH=$PATH:$HOME/bin ## with PATH=$PATH:$HOME/bin:/opt/python27/bin ## reload .bash_profile source ~/.bash_profile echo "/opt/python27/lib" > /etc/ld.so.conf.d/python27.conf

How to uninstall Python2.6

冷暖自知 提交于 2019-11-30 20:13:31
On my Fedora11 machine which has python2.6 pre-installed on it, I was able to successfully install python 2.7 using the following steps: wget http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2 tar -xvjf Python-2.7.tar.bz2 cd Python* ./configure --prefix=/opt/python27 make make install vi ~/.bash_profile ## replaced PATH=$PATH:$HOME/bin ## with PATH=$PATH:$HOME/bin:/opt/python27/bin ## reload .bash_profile source ~/.bash_profile echo "/opt/python27/lib" > /etc/ld.so.conf.d/python27.conf ldconfig However, when I checked the python version the system uses via terminal (python -V), it still