sigoden / upt

Universal Package-management Tool for any OS.
Apache License 2.0
437 stars 26 forks source link

Install globally rather than on local #54

Closed Makogan closed 3 months ago

Makogan commented 3 months ago

cargo install will put the binary on !/.cargo/bin/ however, on distros with secure path, sudo won't be able to find the binary.

sigoden commented 3 months ago

Cargo works like this; you can't change it. You should manually move the binary from ~/.cargo/bin/upt to sbin.