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 has been 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.
here my content from directory
$ ls /snap/grumpy/
15 current
The text was updated successfully, but these errors were encountered:
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:here my content from directory
The text was updated successfully, but these errors were encountered: