grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

grumpy not found after installed (on Arch Linux) #147

Closed xukku closed 4 years ago

xukku commented 4 years ago

pip2 install -U grumpy-runtime -I --no-cache --user

installed ok

but grympy not found


cat /etc/*-release                                                                                                                                                                                 

LSB_VERSION=1.4
DISTRIB_ID=Arch
DISTRIB_RELEASE=rolling
DISTRIB_DESCRIPTION="Arch Linux"
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux
xukku commented 4 years ago

this works

echo "print 'hello, world'" | /home/user/.local/bin/grumpy run

or this

export PATH=$HOME/bin:$HOME/.local/bin:$PATH