I am trying to use pypy instead of ipython, but I getting errors. I have added pypy in system environmental paths. If I add python instead of pypy in environmental paths, everything works perfectly.
I have been stuck at this for a few hours, any help will be appreciated.
PS C:\Users\akash> pypy
Python 3.7.4 (87875bf2dfd8, Sep 24 2020, 07:27:16)
[PyPy 7.3.2-alpha0 with MSC v.1927 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> exit()
PS C:\Users\akash> pyspark
'C:\pypy3.7-v7.3.2-win32\' is not recognized as an internal or external command,
operable program or batch file.
I tried using these commands, but it doesn't do anything.
set PYSPARK_PYTHON=C:\pypy3.7-v7.3.2-win32\pypy3.exe