[pypy-dev] How to install pip for pypy along with the pip for python?

2018-01-18 Thread Peng Yu
Hi, I installed pip with python without using virtual environment. https://pip.pypa.io/en/stable/installing/ I also need to install pip with pypy without using virtual environment. Is it possible? Could anybody show me how to do it? Thanks. -- Regards, Peng

Re: [pypy-dev] How to install pip for pypy along with the pip for python?

2018-01-18 Thread Peng Yu
): setuptools in /usr/local/lib/pypy/site-packages/setuptools-26.1.1-py2.7.egg Requirement already satisfied (use --upgrade to upgrade): pip in /usr/local/lib/pypy/site-packages/pip-8.1.2-py2.7.egg On Thu, Jan 18, 2018 at 12:02 PM, Matti Picus wrote: > On 18/01/18 19:59, Peng Yu wrote: >> >&

Re: [pypy-dev] How to install pip for pypy along with the pip for python?

2018-01-19 Thread Peng Yu
Yes. It works. Thanks. On Fri, Jan 19, 2018 at 2:54 AM, Matti Picus wrote: > Does "pypy -mpip install ... " work? > Matti > > > On 19/01/18 00:55, Peng Yu wrote: > > Both pypy and python are installed with homebrew on Mac OS X. > > On Thu, Jan 18, 2018 at 3:1

[pypy-dev] How to install pypy on Mac OS X?

2020-04-08 Thread Peng Yu
Hi, I see people recommend to use brew to install pypy on Mac OS X. https://stackoverflow.com/questions/20502471/how-to-use-pypy-on-a-mac $ ls -lg $(which pypy) lrwxr-xr-x 1 staff 31 2019/10/27-09:33:52 /usr/local/bin/pypy -> ../Cellar/pypy/7.1.1_1/bin/pypy $ ls -lg $(which pypy3) lrwxr-xr-x 1 s

[pypy-dev] How to install pypy3 on Mac OS X?

2020-07-04 Thread Peng Yu
Hi, I got the following erorr when I use pypy3 from homebrew. How to solve the problem? Should I use pypy3 independent of homebrew? If so, could anybody let me know how to do so? The download link only show Python 3.6, does it work for other versions of Python? Thanks. https://www.pypy.org/downl