So here is my issue. I\'ve managed to install PyPy using conda with the following command:
conda install -c conda-forge pypy3.5
Unfortunately,
Worked for me like this:
conda create -n pypy3 -c conda-forge pypy3.5
Afterwards you have to link to the pypy3 interpreter within the bin directory of the env
ln -s pypy3 python