-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to install on Linux via sudo #2
Comments
How is rust/cargo installed? Can you run |
Rust was installed with $ sudo su -
$ cargo --version
cargo 1.75.0 (1d8b05cdd 2023-11-20) It is |
But could you run
It's not about rust tooling. This code checks for cargo presence. |
Like this? I did the rustup install separately for both my user and the root user. $ sudo su -
root@bitscope-0:~# which cargo
/root/.cargo/bin/cargo |
Maybe this has to do with
|
I can install this module on my Mac with
sudo luarocks install lua-ryaml
. However on Debian 12 Linux the Rust environment does not get set whensudo
is invoked. this thread mentions something similar.In my own
mlua
based projects I'd like to document for the end user how to install the LuaRock.The text was updated successfully, but these errors were encountered: