How to create a Conda environment that uses PyPy?
问题 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, when I try to create an environment that uses this pypy3 exectuable, I cannot find a way to do it. If I run pypy3 , I get the PyPy shell without any issue and I can also run my programs using pypy3 instead of python . Though now, I'd like to be able to create a full environment using PyPy if that's possible. I've tried things like the following in vain: