pycharm configuration lua compiler environment

purpose

  lua embedded scripting tested under window.

http://www.lua.org/home.html

Plug

pychamr -> setttings -> plugins ---> lua ### lua plug-in installation, the installation is complete restart pycharm

taking window

https://github.com/rjpcomputing/luaforwindows/releases

https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe

Note: According to lua version you need to download the corresponding

Configuration

New directory, as lua home directory project

New xxx.lua script, written in print ( 'hello'), run, pop-up configuration lua

Interpreter ### disposed lua interpreter

run

ctrl + shift + f10 ### run lua script

 

Guess you like

Origin www.cnblogs.com/xiaochina/p/12340718.html