Stray build of Python 3 on Sakura's rental server (Note)

Stray build of Python 3 on Sakura's rental server (Note)

I want to migrate Python 2.7 to Python 3 with EoL, but there is no sign that Python 3 will come to Sakura's rental server, so I built it myself.

$ cd /home/xxx/local/src/
$ wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3rc1.tar.xz
$ xz -dc Python-3.8.3rc1.tar.xz | tar xf -
$ cd Python-3.8.3rc1
$ ./configure --prefix=/home/xxx/local/python-3.8.3rc1
$ make
$ make install
$ cd ../../python-3.8.3rc1/bin
% ./pip3 install --upgrade pip
$ ./pip3 install Genshi
$ ./pip3 install SQLAlchemy
$ ./pip3 install mercurial
$ cd ../../
$ ln -s /home/xxx/local/python-3.8.3rc1/ python3
$ cd bin
$ ln -s /home/cyanet/local/python3/bin/python3

Related: I built Python again on Sakura's rental server (Note) / Mercurial stopped working after migrating from Python 2 to Python 3 (Note)

Recommended Posts

Stray build of Python 3 on Sakura's rental server (Note)
[Note] Python environment construction on rental server "CORESERVER"
Run CGI written in python on Sakura's rental server
Behavior of python3 by Sakura's server
Build CGI Server running on Python 3 on Docker
Stray build Python-3.8.5 on CentOS without root privileges
build Python on Ubuntu
Handling of python on mac
Build python environment on windows
Build a python environment on CentOS 7.7 for your home server
docker build python based on alpine
Install Python3 on Sakura server (FreeBSD)
Environment construction of python3.8 on mac
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
Build a python3 environment on CentOS7
A memorandum when Django is installed on Sakura's rental server (standard plan)
Build a Pypi cache server on QNAP
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Build Python3 and OpenCV environment on Ubuntu 18.04
Build a python environment on MacOS (Catallina)
Build a simple WebDAV server on Linux
Build Python environment with Anaconda on Mac
(Note) Bulk upgrade of python installed packages
Build jupyter notebook on remote server (CentOS)
Build a web server on your Chromebook
Study on Tokyo Rent Using Python (3-1 of 3)
Install Python3 on mixhost server [Currently NG]
Build a Python + OpenCV environment on Cloud9
Python Note: The secret role of commas
[Python] Japanese localization of matplotlib on Ubuntu
Run python wsgi server on NGINX Unit
How to build an environment for using multiple versions of Python on Mac
Note: Python
Python note
Build python 1.0
Build python environment with pyenv on EC2 (ubuntu)
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
Simply build a Python 3 execution environment on Windows
[Note] Export the html of the site with python.
Build a python environment with ansible on centos6
Build a Python environment on Mac (Mountain Lion)
A note on optimizing blackbox functions in Python
Note on encoding when LANG = C in Python
A note about the python version of python virtualenv
Build a Python development environment on your Mac
Build Python3 + flask environment on GCP Compute Engine
[Note] About the role of underscore "_" in Python
(Note) Basic statistics on Python & Pandas on IBM DSX
At the time of python update on ubuntu
[Note] Installing Python 3.6 + α on Windows and RHEL
Building a Python environment on a Sakura VPS server
Build a Python development environment on Raspberry Pi
[Python3] Take a screenshot of a web page on the server and crop it further
Build API server for checking the operation of front implementation with python3 and Flask
[Note] The story of setting up the SDK for Python of Azure IoT Hub on Linux
Summary of versions of the Python standard library that are now server validated on https