Open main menu

Humanoid Robots Wiki β

Changes

How to install uv on cluster
==== uv ====
 
To install <code>uv</code> on the K-Scale clusters, run
 
<syntaxhighlight lang="bash">
curl -LsSf https://astral.sh/uv/install.sh | sh
</syntaxhighlight>
To get started with <code>uv</code>, pick a directory you want your virtual environment to live in. (<code>$HOME</code> is not recommended.) Once you have <code>cd</code>ed there, run
8
edits