raiden00pl commented on PR #2178: URL: https://github.com/apache/nuttx-apps/pull/2178#issuecomment-1794719129
In my case it was just installing `python-kconfiglib` package for my OS (I'm avoid pip installs when possible). Build system should auto-detect kconfiglib if available. kconfiglib should make the `menuconfig` command available in your system, so you can check it with `command -v menuconfig` command which should return path to `menuconfig` command: ``` [raiden00:~/git/RTOS/nuttx/nuttx]$ command -v menuconfig /usr/bin/menuconfig ``` If this doesn't work, then probably the packages installed with pip (usually `~/.local/bin`) are not in system `PATH` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org