Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more version info. #1393

Merged
merged 1 commit into from Jan 25, 2018
Merged

Provide more version info. #1393

merged 1 commit into from Jan 25, 2018

Conversation

waylan
Copy link
Member

@waylan waylan commented Jan 25, 2018

This should help when providing support to users with multiple Pythons
installed on their system. The --version flag's output mimics pip.
Specifically, the location mkdocs is installed at and the Python
version it is installed under are included in the output.

Typical output might look like:

$ mkdocs --version
mkdocs, version 0.17.2 from /usr/local/lib/python2.7/site-packages/mkdocs (Python 2.7)

As an example, this would have been helpful when debugging this user problem.

This should help when providing support to users with multiple Pythons
installed on their system. The `--version` flag's output mimics pip.
Specifically, the location `mkdocs` is installed at and the Python
version it is installed under.

Typical output might look like:

    mkdocs, version 0.17.2 from
/usr/local/lib/python2.7/site-packages/mkdocs (Python 2.7)
@waylan waylan merged commit 462584f into mkdocs:master Jan 25, 2018
@waylan waylan deleted the version branch January 25, 2018 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant