So, I have installed the pypy pre-built interpreter to my home folder in windows; however, it only allows me to execute python scripts through the interpreters interface (similar to IDLE). I would like to extend this functionality to the cmd line in windows by putting something referencing the pypy interpreter to my system’s PATH, however, I cannot find any documentation about this.
So, I have installed the pypy pre-built interpreter to my home folder in windows;
Share
Just add folder with pypy.exe to your PATH. Here you can read documentation about pypy command line.