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

Peng Yu pengyu.ut at gmail.com
Fri Jan 19 10:49:49 EST 2018


Yes. It works. Thanks.

On Fri, Jan 19, 2018 at 2:54 AM, Matti Picus <matti.picus at gmail.com> 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:16 PM, Matti Picus <matti.picus at gmail.com> wrote:
>
> How did you install pypy?
> Matti
>
> On 18/01/18 20:28, Peng Yu wrote:
>
> Hi, I got this. Is there anything wrong? Also, how to install a python
> module with pypy pip? Thanks.
>
> $ pypy -m ensurepip
> /var/folders/r7/bvmh1vvx41d63snvgbdz7bl40000gr/T/tmpelZs6W/pip-6.1.1-py2.py3-none-any.whl/pip/_vendor/__init__.py:72:
> UserWarning: Module pip was already imported from
> /var/folders/r7/bvmh1vvx41d63snvgbdz7bl40000gr/T/tmpelZs6W/pip-6.1.1-py2.py3-none-any.whl/pip/__init__.py,
> but /usr/local/lib/pypy/site-packages/pip-8.1.2-py2.7.egg is being
> added to sys.path
> Ignoring indexes: https://pypi.python.org/simple
> Requirement already satisfied (use --upgrade to upgrade): 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 <matti.picus at gmail.com> wrote:
>
> On 18/01/18 19:59, Peng Yu wrote:
>
> 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.
>
> pypy -m ensurepip
>
> Matti
>
>
>
>
>
>



-- 
Regards,
Peng


More information about the pypy-dev mailing list