1. vm定制安装redhat-server5.1:
            1、软件:vm+redhat-server5.1
            2、new virtual machine->custom->install the operating system later
            3、设置安装的镜像
            4、启动虚拟机,一路next就ok
  2. 安装python7.1:
           
    1、下载python安装包:http://www.python.org/getit/
            2、解压安装包:tar -xf Python-2.7.1
            3、./configure
            4、make
            5、make install   

       测试:
              1、python
              2、如果显示的不是你所安装的版本号就给bin目录下的python换个链接
              3、cd /usr/bin
              4、|| | grep python
              5、rm -rf python
              6、ln -s DIR/Python-2.7.1/python ./python(DIR是你python的安装目录)
              再检查,ok!

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2022-02-07
  • 2021-07-04
  • 2021-08-10
  • 2021-08-21
  • 2021-08-28
  • 2021-05-09
猜你喜欢
  • 2021-08-03
  • 2021-10-22
  • 2022-01-20
  • 2021-05-09
  • 2021-06-17
  • 2021-07-27
  • 2021-05-10
相关资源
相似解决方案