Skip to content

add a --version option to the hook loader #43

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

Merged

Conversation

dhellmann
Copy link
Contributor

Use the hook loader --version option to report the version of
virtualenvwrapper installed when the user runs the virtualenvwrapper
command.

Fixes #42

Use the hook loader --version option to report the version of
virtualenvwrapper installed when the user runs the `virtualenvwrapper`
command.

Fixes python-virtualenvwrapper#42
@mergify mergify bot added CI changes to tox or GitHub action config documentation Improvements or additions to documentation labels Jan 31, 2023
@dhellmann
Copy link
Contributor Author

cc @nedbat

@dhellmann
Copy link
Contributor Author

On my system, the new output looks like

virtualenvwrapper

virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
tool.  The extensions include wrappers for creating and deleting
virtual environments and otherwise managing your development workflow,
making it easier to work on more than one project at a time without
introducing conflicts in their dependencies.

For more information please refer to the documentation:

    http://virtualenvwrapper.readthedocs.org/en/latest/command_ref.html

Version: 6.0.0.0a2.dev1
Script: /Users/dhellmann/Devel/virtualenvwrapper/virtualenvwrapper/virtualenvwrapper.sh
Python: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10
WORKON_HOME: /Users/dhellmann/Envs
PROJECT_HOME: /Users/dhellmann/Devel

Commands available:
...

@mergify mergify bot merged commit 790b8ee into python-virtualenvwrapper:main Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI changes to tox or GitHub action config documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there a way to ask virtualenvwrapper its version number?
2 participants