[PYTHON] Install the pip command

It seems that pybrew is almost deprecated. From now on, I will use pythonz. (Memo) I tried inserting picraft with the pip command, but this is Minecraft Pi edition. Since the work memo is wasteful, I changed the title and posted it.

//Prepare CentOS7 environment(--Container is deleted at stop with rm)
$ docker run --rm -i -t centos:centos7 /bin/bash
# useradd mine
# su - mine

//From here is the book
$ python --version
Python 2.7.5
$ curl -O https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py --user
$ pip install picraft --user
Collecting picraft
Installing collected packages: picraft
Successfully installed picraft-0.6

reference

Play Minecraft with Python-Qiita http://qiita.com/wh11e7rue/items/15603e8970c36ab9733d

Before I knew it, installing pip became easier --Qiita http://qiita.com/who_you_me/items/831d62f396e6d66dda66 https://raw.github.com/pypa/pip/master/contrib/get-pip.py is old.

Installation — pip 8.2.0.dev0 documentation https://pip.pypa.io/en/latest/installing/

What to do if Insecure Platform Warning appears when running Python --Qiita http://qiita.com/testnin2/items/97ddb749879415b23e18

Recommended Posts

Install the pip command
Pip install the GitHub repository
sudo pip install
pip command collection
Broken pip command
Install by specifying the version with pip
I can't install the package with pip.
Install pip on Mavericks
How to install pip
Change the default reference repository for pip install
Error with pip install
About the service command
pip install Specify the github repository as the source
Install pip / pip3 on Ubuntu
Install scikit.learn with pip
When pip install fails
Install The Virtual Brain
Python note: When the pip command cannot be used
pip install ○○○ error Command errored out with exit status 1:
When moss with pip install
Clone using the dd command
Install the JDK on Linux
Pip install in proxy environment
Speed up the netstat command
The pip list never ends.
Until the shell finds the command
Can't find the package you installed with pip install --user?
Install Python 2.7.9 and Python 3.4.x with pip.
Pip install (Windows) under Proxy environment
Dive into the Django Custom command [1]
module install if pip install doesn't work
Install Python on Windows + pip + virtualenv
pip install mysql-Error handling during python
[EC2] How to install chrome and the contents of each command
In the python command python points to python3.8
pip install prevents proxy from installing
[linux] kill command to kill the process
Install the Python plugin with Netbeans 8.0.2
[EC2] How to install and download chromedriver from the command line
Install the data files with setup.py
Manipulate colors with pip install color
Install pip on CentOS7. Also iPython.
Using cgo with the go command
Don't you know it? pip command
The hostname command may be multifunctional
Install Python framework django using pip
Hit the top command with htop
How to install mysql-connector with pip3
Proxy error when running "pip install"
[Python Windows] pip install with Python version
Command for the current directory Python
Install easy_install and pip on windows
Installation method using the pip command of the Python package (library) Mac environment
Install the python module with pip on a server without root privileges
When the Linux command $ yum -y install gives an error (yum: command not found)
Use the pip command under an HTTP proxy environment that requires authentication
Execution of pip command under proxy (memorial)
Keep getting RSS on the command line
SSL certificate related with pip install? Error
Ask for Pi with the bc command
I tried to summarize the umask command