Replies: 1 comment 1 reply
-
Yes, you can get the version directly from the # Getting pipx version
from pipx.version import __version__
print(f"Script version: {__version__}") However, I'm not entirely sure what you mean by script version as opposed to package version. Could you clarify that distinction? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can
from .version import __version__
work?I'd like to report script version rather than package version.
Beta Was this translation helpful? Give feedback.
All reactions