Linux installation Python,pip,

Source: Internet
Author: User
Python upgrade steps under Linux

Http://www.cnblogs.com/lanxuezaipiao/archive/2012/10/21/2732864.html

Find an address in https://www.python.org/downloads/source/

wget https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tgz

TAR-XZVF python-3.4.2.tgz

Start installation after decompression

.....

Install Python software package (PIP) under Linux

Http://www.111cn.net/sys/linux/60630.htm

You cannot use the PIP command after installation, there are errors, see Http://stackoverflow.com/questions/9780717/bash-pip-command-not-found

Use the LN command to link the installed PIP to the environment directory Ln-s/USR/LOCAL/PYTHON3/BIN/PIP/USR/BIN/PIP

The environment catalog can be viewed with the Echo $PATH, and the PIP is linked to any of these directories

For Ln You can refer to http://www.cnblogs.com/peida/archive/2012/12/11/2812294.html

Linux installation Python,pip,

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.