Lightspeed core service
pip install --user uv
uv --version
– should return no errorgit clone https://github.com/lightspeed-core/lightspeed-stack
cd service
uv info
– should return no erroruv install
Note: pip
installs the uv
binary into ~/.local/bin, which is often missing from $PATH
on fresh distributions. If the uv
command is not found, please check if $PATH
environment variable is set correctly.