-
$ lx path
export LUA_PATH=...
export LUA_CPATH=...
export PATH='/dev/shm/demo/.lux/5.3/bin';
# expect
export PATH="/dev/shm/demo/.lux/5.3/bin:$PATH"; |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Jul 25, 2025
Replies: 1 comment
-
This is the expected behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the expected behaviour.
You can use
lx path --prepend
to keep the original paths.