Hello everyone I noticed that we have too many installation paths now.
Like the line 20 to 32 of /bin/apisix, we have : /usr/share/lua/5.1 : by luarocks make or make install (at CI) /usr/local/apisix/ : by rpm or docker /usr/local/apisix/deps/share/lua/5.1/ : by ./utils/install-apisix.sh install Same problem with the deps : /usr/share/lua/5.1 : by luarocks install (at CI) /usr/local/apisix/deps/share/lua/5.1/ : by rpm or docker ./ : by make deps (now ,we cant install deps to system by make) Should we integrate into /usr/local/apisix/ or another path ? My issuse is #3463 , welcome to discuss .
