python3-distutils

Python3-distutils

Distutils package for Python 3. This package contains the distutils module from the Python python3-distutils library, python3-distutils. There are three methods to install python3-distutils on Ubuntu

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Already on GitHub? Sign in to your account. Attempting to install them default to the python3.

Python3-distutils

Limit to suite: [ buster ] [ buster-updates ] [ buster-backports ] [ bullseye ] [ bullseye-updates ] [ bullseye-backports ] [ bookworm ] [ bookworm-updates ] [ bookworm-backports ] [ trixie ] [ sid ] [ experimental ] Limit to a architecture: [ alpha ] [ amd64 ] [ arm ] [ arm64 ] [ armel ] [ armhf ] [ avr32 ] [ hppa ] [ hurd-i ] [ i ] [ ia64 ] [ kfreebsd-amd64 ] [ kfreebsd-i ] [ m68k ] [ mips ] [ mips64el ] [ mipsel ] [ powerpc ] [ powerpcspe ] [ ppc64 ] [ ppc64el ] [ riscv64 ] [ s ] [ sx ] [ sh4 ] [ sparc ] [ sparc64 ] [ x32 ] You have searched for packages that names contain python3-distutils in all suites, all sections, and all architectures. Found 2 matching packages. This page is also available in the following languages How to set the default document language :. To report a problem with the web site, e-mail debian-www lists. For other contact information, see the Debian contact page. Debian is a trademark of SPI Inc. Learn more about this site. Limit to suite: [ buster ] [ buster-updates ] [ buster-backports ] [ bullseye ] [ bullseye-updates ] [ bullseye-backports ] [ bookworm ] [ bookworm-updates ] [ bookworm-backports ] [ trixie ] [ sid ] [ experimental ] Limit to a architecture: [ alpha ] [ amd64 ] [ arm ] [ arm64 ] [ armel ] [ armhf ] [ avr32 ] [ hppa ] [ hurd-i ] [ i ] [ ia64 ] [ kfreebsd-amd64 ] [ kfreebsd-i ] [ m68k ] [ mips ] [ mips64el ] [ mipsel ] [ powerpc ] [ powerpcspe ] [ ppc64 ] [ ppc64el ] [ riscv64 ] [ s ] [ sx ] [ sh4 ] [ sparc ] [ sparc64 ] [ x32 ]. You have searched for packages that names contain python3-distutils in all suites, all sections, and all architectures. Exact hits Package python3-distutils buster oldoldstable python : distutils package for Python 3. This service is sponsored by Hewlett-Packard.

Asked 2 years, 3 months ago. Please donate. For the benefits of packaging tool authors and users seeking a deeper understanding of the details of the current packaging and distribution system, python3-distutils, the legacy distutils based user documentation and Python3-distutils reference remain available: Installing Python Modules Legacy version Distributing Python Modules Legacy version, python3-distutils.

Software Packaging and Distribution. The distutils package provides support for building and installing additional modules into a Python installation. Most Python users will not want to use this module directly, but instead use the cross-version tools maintained by the Python Packaging Authority. In particular, setuptools is an enhanced alternative to distutils that provides:. The recommended pip installer runs all setup. Refer to the Python Packaging User Guide for more information.

Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience. The Distutils-SIG exists to discuss the design, implementation, and maintenance of a suite of module distribution utilities for Python. These utilities are grouped in the 'distutils' package in Python. The goal of distutils is to make building, packaging, distributing, and installing Python modules, extensions, and applications painless and standardized. There are also third-party tools built on the top of distutils, that are using the Distutils mailing list as their home.

Python3-distutils

Distributing Python Modules Legacy version. Writing the Setup Script. As a developer, your responsibilities apart from writing solid, well-documented and well-tested code, of course! It is hoped that a class of intermediaries, called packagers , will arise to address this need. Packagers will take source distributions released by module developers, build them on one or more platforms, and release the resulting built distributions. Thus, users on the most popular platforms will be able to install most popular Python module distributions in the most natural way for their platform, without having to run a single setup script or compile a line of code. Unlike, say, Autoconf-style configure scripts, the setup script may be run multiple times in the course of building and installing your module distribution. If all you want to do is distribute a module called foo , contained in a file foo. To create a source distribution for this module, you would create a setup script, setup. The archive file will be named foo

Wtov tv 9

Browse other questions tagged I presume when you say "reinstall Ubuntu" you mean with a newer version, like That is correct. Linked Most Python users will not want to use this module directly, but instead use the cross-version tools maintained by the Python Packaging Authority. Related 2. Limit to suite: [ buster ] [ buster-updates ] [ buster-backports ] [ bullseye ] [ bullseye-updates ] [ bullseye-backports ] [ bookworm ] [ bookworm-updates ] [ bookworm-backports ] [ trixie ] [ sid ] [ experimental ] Limit to a architecture: [ alpha ] [ amd64 ] [ arm ] [ arm64 ] [ armel ] [ armhf ] [ avr32 ] [ hppa ] [ hurd-i ] [ i ] [ ia64 ] [ kfreebsd-amd64 ] [ kfreebsd-i ] [ m68k ] [ mips ] [ mips64el ] [ mipsel ] [ powerpc ] [ powerpcspe ] [ ppc64 ] [ ppc64el ] [ riscv64 ] [ s ] [ sx ] [ sh4 ] [ sparc ] [ sparc64 ] [ x32 ]. Installing Python Modules Legacy version. Improve this answer. Connect and share knowledge within a single location that is structured and easy to search. Do I need to specify a different install directory for ubuntu, as opposed to most other linux systems, when configuring before the make, make install stages of compiling? Learn more about Teams.

Distutils Distutils is a mechanism to distribute Python packages and extensions provided in the Python standard library since Python 1. Current status Maintenance of the Python packaging ecosystem has largely moved away from the standard library and the CPython core development team and is now being handled by distutils-sig and the Python Packaging Authority.

Sorry, something went wrong. You need to install python. It seems like you could provide a python3. Software Packaging and Distribution. Learn more about Teams. Limit to suite: [ buster ] [ buster-updates ] [ buster-backports ] [ bullseye ] [ bullseye-updates ] [ bullseye-backports ] [ bookworm ] [ bookworm-updates ] [ bookworm-backports ] [ trixie ] [ sid ] [ experimental ] Limit to a architecture: [ alpha ] [ amd64 ] [ arm ] [ arm64 ] [ armel ] [ armhf ] [ avr32 ] [ hppa ] [ hurd-i ] [ i ] [ ia64 ] [ kfreebsd-amd64 ] [ kfreebsd-i ] [ m68k ] [ mips ] [ mips64el ] [ mipsel ] [ powerpc ] [ powerpcspe ] [ ppc64 ] [ ppc64el ] [ riscv64 ] [ s ] [ sx ] [ sh4 ] [ sparc ] [ sparc64 ] [ x32 ] You have searched for packages that names contain python3-distutils in all suites, all sections, and all architectures. The text was updated successfully, but these errors were encountered:. Thx — Jim Maas. To report a problem with the web site, e-mail debian-www lists. In the following sections we will describe each method. Thanks karel, so this would revert back to python 3. Jim Maas Jim Maas 1 1 silver badge 7 7 bronze badges. Is this generally correct?

1 thoughts on “Python3-distutils

Leave a Reply

Your email address will not be published. Required fields are marked *