Skip to content

Commit

Permalink
Print the Python version being used
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 14, 2024
1 parent 1dc8668 commit f73b94e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda_lock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
__version__ = distribution("conda_lock").version
except Exception: # noqa: BLE001
__version__ = "unknown"

import sys


print(sys.version)

0 comments on commit f73b94e

Please sign in to comment.