|
Comments and suggestions are appreciated.And I find luaenv much better. There's already a project by this name so probably I will be shifting to lua-env.- Update all function names inside luavm and bind them to a particular namespace, like lua-env_<func>: This is because the entire script is loaded in bash and its functions will be present and overwrite existing ones.- Change name from 'luavm' to 'lua-env'- Testing - Very much needed!TODO:- Added functionality to set/unset default versions of Lua, LuaJIT and Luarocks. Default versions will automatically be set in a fresh terminal session. See the README for details.- LUA_PATH and LUAC_PATH set after using a particular version of luarocks- Environment maintained through environment variables- luavm exists as a function instead of a script: Multiple sessions can have different environments configured- Removed the BIN directory, luavm no longer plays with linksHello everyone!So in the past few days I've made some changes:Thanks!