I am trying to install pypy3 in TI's ARM embedded system.
It was based on linux, so I thought I could install pypy3 like I can do in linux system, but it did not work that way.
Here is what I've done:
unzip the zip file to /opt
made symlink to /usr/local/bin by ln -s opt/pypy3/bin usr/local/bin
I have checked that contents of opt/pypy3/bin are in usr/local/bin.
In each directory, libpypy3-c.so, pypy3, libpypy3-c.so.debug, and pypy3.debug exists
Then when I try pypy main.py, it doesn't work.
It just says -sh: pypy: command not found
They are the ordinary steps of installing pypy in linux.
Is there anyone who has any idea to solve this problem?
Added
When I directly run pypy3 like ./../opt/pypy3/bin/pypy3 main.py
, an error message pops up says:
./../opt/pypy3/bin/pypy3: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory