在 linux 上安装和 运行 pypy
Installing and running pypy on linux
我一直在尝试在 linux machine 上安装和 运行 pypy3,但 运行 遇到了麻烦。我一直在 mac 上使用 pypy,但使用自制软件安装它,所以没有遇到任何这些问题。
我下载了最新版本并按照 their documentation 所述解压了 tar 文件。我完全按照这些步骤操作(除了用 pypy3 替换 pypy 并使用适当的文件名)。但是,当输入
./pypy3-v6.0.0-linux64/bin/pypy3
我收到以下错误:
./pypy3-v6.0.0-linux64/bin/pypy3: error while loading shared libraries: libbz2.so.1.0:
cannot open shared object file: No such file or directory
我不确定如何解释这个错误。尽管 pypy 文档说它应该 运行 到位,pypy3 filename.py
仍然 returns 错误:
If 'pypy3' is not a typo you can use command-not-found to lookup the package that
contains it, like this:
cnf pypy3
但是cnf pypy3
只能确认找不到pypy3。
任何关于我做错的帮助将不胜感激。
这些发行版仅适用于 debian linux。如果 OpenSuse 提供的那些对你来说太旧了,你可能会更好地使用 portable binaries。
编辑:请注意,您对旧版本的文档使用了 link,您应该查看 here,其中说明 "These builds depend on dynamically linked libraries that may not be available on your OS"
我一直在尝试在 linux machine 上安装和 运行 pypy3,但 运行 遇到了麻烦。我一直在 mac 上使用 pypy,但使用自制软件安装它,所以没有遇到任何这些问题。
我下载了最新版本并按照 their documentation 所述解压了 tar 文件。我完全按照这些步骤操作(除了用 pypy3 替换 pypy 并使用适当的文件名)。但是,当输入
./pypy3-v6.0.0-linux64/bin/pypy3
我收到以下错误:
./pypy3-v6.0.0-linux64/bin/pypy3: error while loading shared libraries: libbz2.so.1.0:
cannot open shared object file: No such file or directory
我不确定如何解释这个错误。尽管 pypy 文档说它应该 运行 到位,pypy3 filename.py
仍然 returns 错误:
If 'pypy3' is not a typo you can use command-not-found to lookup the package that
contains it, like this:
cnf pypy3
但是cnf pypy3
只能确认找不到pypy3。
任何关于我做错的帮助将不胜感激。
这些发行版仅适用于 debian linux。如果 OpenSuse 提供的那些对你来说太旧了,你可能会更好地使用 portable binaries。
编辑:请注意,您对旧版本的文档使用了 link,您应该查看 here,其中说明 "These builds depend on dynamically linked libraries that may not be available on your OS"