Y
Hacker News
new
|
ask
|
show
|
jobs
by
zahlman
256 days ago
That
is
the incantation.
2 comments
jimmaswell
256 days ago
I memorized it quickly enough from some time experimenting with cuda/ai tools.
python -m venv .
. bin/activate
pip install -r requirements.txt
link
stavros
256 days ago
`uvx <tool name>` and you're done. You don't even need to install the tool first.
link
zahlman
256 days ago
The ephemeral environment that uv creates is as much an "installation" as the permanent one doing it manually.
link
stavros
256 days ago
The fact that you called one "ephemeral" and the other "permanent" makes me think you contradicted your own point.
link
zahlman
255 days ago
No, I just don't think the word "install" has the same connotations that you apparently think it does.
link
python -m venv .
. bin/activate
pip install -r requirements.txt