diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-02 19:14:29 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-02 19:14:29 -0400 |
| commit | b210ce350a3856166376f63a32725cc1516ba294 (patch) | |
| tree | 5fbc0deb0977cf0a0266c373ab430e6a735c43fc /docs/narr/commandline.rst | |
| parent | 49f7c34024d5d3f483b9627790d9dc8a5b15e6a0 (diff) | |
| download | pyramid-b210ce350a3856166376f63a32725cc1516ba294.tar.gz pyramid-b210ce350a3856166376f63a32725cc1516ba294.tar.bz2 pyramid-b210ce350a3856166376f63a32725cc1516ba294.zip | |
add pdistreport command
Diffstat (limited to 'docs/narr/commandline.rst')
| -rw-r--r-- | docs/narr/commandline.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index e1347f3ca..17e5227fa 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -474,6 +474,30 @@ input of the ``prequest`` process is used as the ``POST`` body:: $ $VENV/bin/prequest -mPOST development.ini / < somefile +Showing All Installed Distributions and their Versions +------------------------------------------------------ + +.. versionadded:: 1.5 + +You can use the ``pdistreport`` command to show the Pyramid version in use, the +Python version in use, and all installed versions of Python distributions in +your Python environment:: + + $ $VENV/bin/pdistreport + Pyramid version: 1.5dev + Platform Linux-3.2.0-51-generic-x86_64-with-debian-wheezy-sid + Packages: + authapp 0.0 + /home/chrism/projects/foo/src/authapp + beautifulsoup4 4.1.3 + /home/chrism/projects/foo/lib/python2.7/site-packages/beautifulsoup4-4.1.3-py2.7.egg + ... more output ... + +``pdistreport`` takes no options. Its output is useful to paste into a +pastebin when you are having problems and need someone with more familiarity +with Python packaging and distribution than you have to look at your +environment. + .. _writing_a_script: Writing a Script |
