What does it mean when a package is installed as inactive development?

For some reason, my build system is not installing one of my packages properly. When I use yolk (from inside virtualenv), I get the following:

bin/yolk -l elig
elig            - 3.1.2.dev    - non-active development (/home/jason/src/interface_dev/elig)

How exactly does the package go from active development to inactive development?

+5
source share
1 answer

, :

* " Python. - sys.path, . " pkg_resources.require() ", , " easy_install --multi-version ". PKG_SPEC , ," "== 0.9" ,

: * ' , distutils setuptools. PKG_SPEC .

: * ' , distutils setuptools. PKG_SPEC .

, ;). , - . * http://trac.assembla.com/yolk/browser/trunk/yolk/cli.py

+5

All Articles