Notes‎ > ‎

python

Logging

  • The default logger is a StreamHandler
    • Logs only to stderr

Configure an egg

e.g. python setup.py configure --zmq=/usr/local

Release an egg on Pypi

python setup.py sdist --formats=zip,gztar upload

Specify a custom repository

    easy_install -f repo_uri

    or install a file:  easy_install <file/path>



Comments