performing:
Code: Select all
cd `cat /.dshome`will get you to the installation directory
there you'll find the bin directory under which the uv exceutable is found.
bare in mind you'll probably need to load the environment by:
Code: Select all
. ./dsenvafter the cd command and befor running uv
IHTH,