在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1)在pycharm点击file > Settings,选择左侧的 Plugins,然后在右侧的搜索栏输入 "EmmyLua" 搜索安装即可。 2)安装lua: https://github.com/rjpcomputing/luaforwindows/releases 3)安装lua的包管理工具luarocks:https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows#The_default_settings,点击latest windows-32.zip file here,选一个包下载。 解压后放到lua的安装目录下,我的是C:\Program Files (x86)\Lua\luarocks-3.3.0-win32 然后命令行切换到C:\Program Files (x86)\Lua\luarocks-3.3.0-win32,执行: install.bat /F /LUA C:\Program Files (x86)\Lua\5.1 /P C:\Program Files (x86)\Lua\5.1\luarocks-3.3.0 /SELFCONTAINED /Q 重开一个命令行,输入where luarocks,不报错则说明安装成功。 4)安装luasockets: 命令行下输入luarocks install luasocket 5)创建lua文件,运行前配置, program:C:\Program Files (x86)\Lua\5.1\lua.exe working directory:C:\Program Files (x86)\Lua\5.1 6)需要把右键 mark director as Sources Root 并把整个项目放到C:\Program Files (x86)\Lua目录下,才可以调试。 |
请发表评论