Setup - Installation
We recommend using uv to manage Python environments. uv is an extremely fast Python package manager developed by Astral, written in Rust, and 10-100x faster than traditional tools.
If you previously used Conda
If you still prefer using Conda to manage environments, refer to the Conda installation guide and Conda usage guide. However, we now recommend uv — see uv vs Conda comparison for why.
Installing uv¶
1) Install uv by running the following command on the server:
2) After installation, reload the shell configuration:
Or simply close and reopen the terminal.
3) Verify the installation:
If a version number is returned (e.g. uv 0.6.x), the installation was successful.
Installing Python¶
uv can manage Python versions directly — no need to install Python beforehand.
1) Install a specific Python version:
2) List installed Python versions:
3) (Optional) Install multiple Python versions: