Beginners have just begun to learn python, now learning "stupid methodology python" ing~There are several packages that need to be installed in learning Exercise 46 o'clock: Pip, Nose, virtualenv, distribute! Here's how to install Python packages
Turn from: http://jiayanjujyj.iteye.com/blog/1409819
Just started to learn python, in looking at the document and other people's blog to introduce the installation package with Easy_install, Setuptools, some use Pip,distribute, then what is the
1 Prefacepipis a Python package management tool, mainly for installation PyPI on the package, can replace the easy_install tool.
Github:https://github.com/pypa/pip
doc:https://pip.pypa.io/en/latest/
2 getting Pip2.1 Script
PIP Install error problem resolution
Sometimes the red Word error occurs when you install the Python library with the pip Install command
1. Error: Readtimeouterror:httpsconnectionpool (host= ' pypi.python.org ', port=443): Read timed out.
CentOS 7 python version update
Original version 2.7.5 updated version 2.7.13Note: Because Linux comes with Python, the system has a certain dependence on it, so it is recommended to keep the original version; the Yum function problem is often
This article describes how to install pip, a commonly used download and Installation Tool in Python. Note that pip has been integrated by default in Python2.7.9 and 3.4 and later versions. For more information, see
1. Download and install pip1.1 pip
First install PythonI have installed two versions:Python-2.7.10.tgzPython-3.5.1.tgzFirst look at the Python version that comes with the system:1 [email protected] src]# python-v 2 Python 2.6.6To install the Python2.7 version:[Email protected] src]#
1 Installation of PythonFirst, download the required Python version from the Python official website www.python.org, which is this:Http://www.python.org/ftp/python/2.7.6/python-2.7.6.msiThen, run the downloaded MSI installation package without
Python has two well-known package management tools easy_install.py and PIP. In Python2.7 's installation package, easy_install.py is installed by default, and Pip requires us to install it manually.Compile and install PIP management tool here: https:
This article mainly introduces the Python pip installed PyPI official website Third-party Library method, pip the latest version (more than 1.5 version), for security reasons, the PIP does not allow the installation of PyPI URLs, this article gives
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.