I’m trying to install Knit with wally, but i’ve got a problem with wally.
Basically i have already installed wally with foreman, and it’s clearly shown in the list
but i still can’t use the wally command
Did i do something wrong? any helps are appreciated
If foreman doesn’t add stuff to your PATH, you will have to manually add wherever foreman stores binaries at to your PATH (try ~/.foreman/bin).
EDIT: worth mentioning appending to the PATH environment variable will be different depending on which operating system you’re using (look up instructions for whatever you’re using).
Try using the windows menu search to look for “edit environment variables”. It should show an option where you can easily change PATH.
You need to edit the PATH environment variable to include the path to where foreman stores the programs (in this case ~/.foreman/bin or the full path). PATH is used by the system to determine where to look for programs. Once you add it to PATH, you’ll be able to type rojo, selene, wally, etc into the terminal with no problems (make sure to restart your terminal if it still doesn’t find the programs after you change PATH).