Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
elzbardico
8mo ago
0 comments
Save
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
4 comments · 1 top-level
top
newest
oldest
zahlman
8mo ago
· 3 in thread
That
is
the incantation.
jimmaswell
8mo 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
8mo ago
`uvx <tool name>` and you're done. You don't even need to install the tool first.
zahlman
8mo 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