gpt4 book ai didi

LuaJIT 看不到 LuaRocks 安装的岩石

转载 作者:行者123 更新时间:2023-12-04 13:43:28 33 4
gpt4 key购买 nike

lua -e "print(package.path)"

./?.lua;/usr/share/lua/5.1/?.lua;/usr/share/lua/5.1/?/init.lua;/usr/lib/lua/5.1/?.lua;/usr/lib/lua/5.1/?/init.lua

luajit -e "print(package.path)"

./?.lua;/usr/local/share/luajit-2.0.0-beta8/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua



我试过附加lua的package.path,但没有骰子。 LuaJIT 似乎找不到任何岩石,这很奇怪。我应该在这里做什么?

最佳答案

在 Mac 上?正在运行 brew ?

安装 lua51 ,与 luarocks 打包在一起别名为 luarocks-5.1 :

brew install luajit lua51
eval `luarocks-5.1 path --bin` # exports LUA_PATH, LUA_CPATH, PATH
luarocks-5.1 install socket
luajit -e 'print(require("socket"))'

关于LuaJIT 看不到 LuaRocks 安装的岩石,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6803582/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com