tox-uv how to see what versions are installed in the tox env? #3231
-
Hi with
In normal |
Beta Was this translation helpful? Give feedback.
Answered by
gaborbernat
Mar 4, 2024
Replies: 1 comment
-
You can use env VIRTUAL_ENV=.tox/py3.venv/.venv uv pip list |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
uv
for that, the virtual environment is inside the.venv
folder inside the tox folder, so just need to point uv at that.