Configuración de Linux, método de entorno de Python

  

En Linux, si desea usar Python, debe configurar su entorno. Dado que hay muchos pasos involucrados, Xiaobian le dará una explicación detallada. Echémosle un vistazo. Vea cómo Linux configura el entorno Python.

Sistema operativo Oracle Linux Enterprise 5.6

1. Descargar

Python

Versión: Pitón-2.7.3.tgz

setuptools

Versión: setuptools-0.6c11.tar.gz (md5)

También puede usar wget para descargar:

wget http: //pypi.python. Org /packages /source /s /setuptools /setuptools-0.6c11.tar.gz # md5 = 7df2a529a074f613b509fb44feefe74e

2. Instale Python

- Vea el python propio del sistema:

[root @ njdyw ~] # python

python python2 python2.4

--Install Python2.7.3

[root @ njdyw ~] # mkdir /python

[root @ njdyw ~] # cp Python-2.7.3.tgz /python /

[root @ njdyw ~] # cd /python /

[root @ Njdyw python] # ls

Python-2.7.3.tgz

- Desembalar

[root @ njdyw python] # tar -zvxf Python-2.7.3.tgz

[root @ njdyw python] # ls

Python-2.7.3 Python-2.7.3.tgz

--configure Para evitar el impacto del pitón original, debe desarrollar prefijo.

[root @ njdyw python] # cd Python-2.7.3

[root @ njdyw Python-2.7.3] #. /configure --prefix = /usr /local /python2.7.3

--make:

[root @ njdyw Python-2.7.3] # make

- Make install:

[root @ njdyw Python-2.7.3] # make install
Previous12Next page Total 2 páginas

Copyright © Conocimiento de Windows All Rights Reserved