Search code examples
listing multiple versions on pypi...

pythonsetuptoolsdistutilspackage-managerssetup.py

Read More
pip freeze captures the package name as if it was on python index site, but it is not. full path is ...

pythonfreezesetuptoolsdistutilspip

Read More
proper way to distribute run scripts with python package?...

pythonmodulepackagedistutilspythonpath

Read More
data cache for python package...

pythondistutils

Read More
example of python distutils package code that depends on other modules?...

pythoninstallationdistributiondistutilspackage-managers

Read More
Can distutils perform a dependency check without installing?...

pythondistutilssetup.py

Read More
How to distribute / access data files in Python egg?...

pythonsetuptoolsdistutilsegg

Read More
How to pass flags to a distutils extension?...

pythonsetuptoolsdistutils

Read More
Running `chmod` after installing a package using `setup.py`...

pythonvirtualenvdistutilsdistributesetup.py

Read More
Install precompiled python extension with distutils...

pythondistutils

Read More
Choosing GCC version when building ( setup.py )...

pythongccdistutils

Read More
Get the version from distutils setup.py...

pythondistutils

Read More
Python Installation Manager...

pythondistutils

Read More
Modify `PATH` environment variable globally and permanently using Python...

pythoncross-platformenvironment-variablesdistutils

Read More
distutils setup install --build-base doesn't work...

pythonbuildinstallationdistutils

Read More
Python distutils builds extensions differently on different machines...

pythonbuilddependenciesdistutils

Read More
How to install scripts to sbin with python's distutils?...

pythoninstallationdistutils

Read More
Default server in multiple server configuration of distutils in ~/.pypirc...

pythondistutilspypi

Read More
Python: If there are multiple egg versions of the same package installed, how do I import specifical...

pythonsetuptoolsdistutilsegg

Read More
Python's setup.py: how to install different files for different platforms...

pythoncross-platformsetuptoolsdistutilssetup.py

Read More
Best practices for Python deployment -- multiple versions, standard install locations, packaging too...

pythonvirtualenvdistutilspipmultiple-versions

Read More
Require BeautifulSoup in a Python Package - What's needed in setup.py?...

pythonmoduledistutilspython-2.7setup.py

Read More
Packaging a Python Program with custom built libraries...

pythondistutils

Read More
Install mixture of extension module. pure python module and shared libraries with distutils...

pythondistutilscython

Read More
Deciding which package manager was used to install a Python package...

pythonuninstallationsetuptoolsdistutilspackage-managers

Read More
How to create namespace packages in Python?...

pythonnamespacespackagedistutils

Read More
Python Imaging Library (PIL) in virtualenv on windows...

pythonwindowspython-imaging-libraryvirtualenvdistutils

Read More
How do I get setup.py test to use a specific fortran compiler?...

pythonfortransetuptoolsdistutils

Read More
Install Python extension to specific location...

pythondistutils

Read More
Python Packaging - Distutils for a program...

pythoninstallationdistutils

Read More
BackNext