You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
I installed grumpy using snap (sudo snap install grumpy). I would like to know which exactly is the root directory of the Grumpy source code distribution.
I'm asking this because I tried to do echo "print 'hello, world'" | make run into /snap/grumpy/ and get error:
$ echo "print 'hello, world'" | make run
make: *** No rule to make target 'run'. Stop.