Top "Distribute" questions

Python distribute (Setuptools) module.

What's the proper way to install pip, virtualenv, and distribute for Python?

Short Question What is the proper way to install pip, virtualenv, and distribute? Background In my answer to SO question 4314376, …

python virtualenv setuptools distribute
Easy_install and pip broke: pkg_resources.DistributionNotFound: distribute==0.6.36

I was tried to upgrade pip with pip install --upgrade pip on OSX and pip and easy_install both dont …

python pip distribute
Differences between distribute, distutils, setuptools and distutils2?

The Situation I’m trying to port an open-source library to Python 3. (SymPy, if anyone is wondering.) So, I need …

python packaging setuptools distutils distribute
What does "error: option --single-version-externally-managed not recognized" indicate?

I seem to have suddenly started encounter the error error: option --single-version-externally-managed not recognized when pip installing varions packages (including …

python pip distribute
Upload Android app to google play step by step...?

1) I'm newbie to android distribution,my application is ready and now I want to distribute it through google play. But …

android certificate apk google-play distribute
What is the best way to share/distribute Excel macro?

I wrote the macro in Excel and want to distribute it to the users. Once opened I want the macro …

excel vba share distribute
what is the best practice of distributing binaries from a github project?

what is the best practice of distributing binaries from a github project? I can think of: Create a bin folder …

github binary distribute
Specify where to install 'tests_require' dependencies of a distribute/setuptools package

When I run python setup.py test the dependencies listed in tests_require in setup.py are downloaded to the …

python testing setuptools distribute
When to use pip requirements file versus install_requires in setup.py?

I'm using pip with virtualenv to package and install some Python libraries. I'd imagine what I'm doing is a pretty …

python setuptools pip distribute setup.py
PIP: Installing only the dependencies

I have a script that creates a virtualenv, installs distribute and pip in it and then optionally clones a git …

python pip virtualenv distribute