Skip to content

Instantly share code, notes, and snippets.

@verdimrc
Created August 6, 2025 03:20
Show Gist options
  • Select an option

  • Save verdimrc/8e6aa684199cb17a6af0f72325ef7474 to your computer and use it in GitHub Desktop.

Select an option

Save verdimrc/8e6aa684199cb17a6af0f72325ef7474 to your computer and use it in GitHub Desktop.
uv
pipx install uv
# --seed to add pip to venv, to match the behavior of the real venv
uv venv /tmp/venvs/haha --seed --python 3.13
source /tmp/venvs/haha/bin/activate
# ...
pip list
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment