cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | mac OS and Fedora are not Windows
<DanielPowerNL>
Hi, I'm running Ubuntu 18.04, and I've installed PyPy3 using snap. I need to use PyPy3 as a Jupyter Notebooks kernel. The sources I've been able to find say to install it using `pypy3 -m pip install notebook`. However, pip does not come with the pypy3 snap, and I'm having trouble finding instructions on how to install pip for pypy3.
<DanielPowerNL>
Nevermind, I got it. I removed the snap (it was an outdated version anyway), and installed Sqeaky's portable pypy. Copied pip, wheel and setuptools to the site-packages folder, and made a symlink from /bin/pypy to the location of the pypy3 binary. From there it was easy enough to pypy -m install notebook