I have successfully installed conda and pypy because of this previous question, I'm using VSCode as text editor. Yes I can use pypy but it seems installed for global environtment instead of virtual environtment. I want use pypy in virtual environtment with conda so the package will insttalled locally instead of globally.
The tutor I saw in previous stackoverflow will created virtual environtment with common python interpreter instead of pypy.