| PYTHON-BUILD(1) | User Commands | PYTHON-BUILD(1) |
python-build - Build and install a Python version using pyenv
python-build [options] <definition> <prefix>
The python-build command builds and installs a specified version of Python using the pyenv tool. It provides a flexible and easy way to install different Python versions in the specified prefix directory.
To install a specific version of Python:
$ python-build 3.8.5 /usr/local
To install a Python version with verbose output:
$ python-build --verbose 3.9.0 /usr/local
To force the installation of a Python version:
$ python-build --force 3.7.9 /usr/local
Written by Yamashita, Yuu <peek824545201@gmail.com>, Sam Stephenson <sam@sls.name>.
This manual page was written by Josenison F. da Silva <nilsonfsilva@hotmail.com> for the Debian project (but may be used by others).
| February 2025 | python-build manual |