2. Offline installation of Python on Linux

Source: Internet
Author: User

1. Basic information
Version 2.7.5
Installing the Machine Three machines
Account Root
Source Path /opt/software/python-2.7.8.tar.gz
Target path /opt/python-/opt/python2.7
Dependent relationships No
2. Installation process

1). Using the root account, extract the Python package into the/opt/directory:

[root@bgs-5p173-wangwenting opt]# cd /opt/software[root@bgs-5p173-wangwenting opt]# tar -zxvf Python-${version}tar.gz -C /opt[root@bgs-5p173-wangwenting opt]# ln -s /opt/Python-${version}  /opt/Python

2). Setting up a soft connection

[root@bgs-5p173-wangwenting opt]# ln -s /opt/Python-${version}  /opt/Python

3). Add the Dynamic Connection library path and make it effective:

[root@bgs-5p173-wangwenting opt]# vim /etc/ld.so.conf[root@bgs-5p173-wangwenting opt]# ldconfig

4). Set the environment variables that Python runs:

[root@bgs-5p173-wangwenting opt]# vi  /etc/profile[root@bgs-5p173-wangwenting opt]# ldconfig#添加下面的类容# export PATH=/opt/Python/bin:$PATH#使环境变量生效# source /etc/profile

5). Execute Python:

[root@bgs-5p173-wangwenting opt]# python

Execute python-v, if the display version is the Python version of the installation, indicates that the Python installation was successful.

2. Offline installation of Python on Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.