Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
elzbardico
5mo ago
0 comments
Share
Everybody else uses virtual environments and alternate installations of python instead of using and installing packages in the system python installation. It is not that hard.
0 comments
default
newest
oldest
zahlman
5mo ago
That
is
the incantation.
jimmaswell
5mo ago
I memorized it quickly enough from some time experimenting with cuda/ai tools.
python -m venv .
. bin/activate
pip install -r requirements.txt
stavros
5mo ago
`uvx <tool name>` and you're done. You don't even need to install the tool first.
zahlman
5mo ago
The ephemeral environment that uv creates is as much an "installation" as the permanent one doing it manually.
1 more reply
j
/
k
navigate · click thread line to collapse