Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

How to use MinGW's gcc compiler when installing Python package using Pip?

What is the correct way to share package version with setup.py and the package?

python setuptools distutils

distutils: How to pass a user defined parameter to setup.py?

python distutils setup.py

How do I run tox in a project that has no setup.py?

pip ignores dependency_links in setup.py

How to copy directory recursively in python and overwrite all?

python copy distutils

pip cannot uninstall <package>: "It is a distutils installed project"

Is there a standard way to create Debian packages for distributing Python programs?

MANIFEST.in ignored on "python setup.py install" - no data files installed?

how to install python distutils

python distutils

Combine --user with --prefix error with setup.py install

Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin'

python mingw distutils cython

pypi UserWarning: Unknown distribution option: 'install_requires'

python distutils pypi

DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both

How can I make setuptools install a package that's not on PyPI?

How to include package data with setuptools/distutils?

python setuptools distutils

setuptools vs. distutils: why is distutils still a thing?

Including non-Python files with setup.py

python distutils

Differences between distribute, distutils, setuptools and distutils2?