我在我的OSX 10.10機器上使用brew install lua
安裝了lua。安裝的版本是5.2.4。 LuaRocks與lua包一起安裝。但是當我運行luarocks install <package_name>
我得到Error: @@[email protected]@ does not exist and your user does not have write permissions in
。我也嘗試使用sudo luarocks install <package_name>
,但它給出了相同的錯誤。如何解決這個問題?無法在osx上使用luarocks安裝軟件包
請幫忙。 感謝
嘗試'brew update'和'brew doctor'並檢查輸出中是否有更多警告。 – ryanpattison
我收到了同樣的錯誤。我注意到'@@ HOMEBREW_PREFIX @@'已被寫入'/ usr/local/etc/luarocks52/config-5.2.lua'文件作爲系統搖滾樹的根。推測它應該是'/ usr/local'。 – rjmunro