Created
August 6, 2025 03:20
-
-
Save verdimrc/8e6aa684199cb17a6af0f72325ef7474 to your computer and use it in GitHub Desktop.
uv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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