I am writing a script to build a debian for my project which requires fpm. For installing fpm, I have followed the instructions from the official site. gem installs it properly, and I can see it in the gems list. However, fpm command doesn't work. fpm --version
returns fpm
command not found. Whenever I try running a which fpm
my cmd doesn't print any thing, no errors, no output etc.
How do I fix this?