From owner-freebsd-python@freebsd.org Mon Aug 24 22:09:12 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B49A59C1016 for ; Mon, 24 Aug 2015 22:09:12 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 860CF18AD for ; Mon, 24 Aug 2015 22:09:12 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: by igfj19 with SMTP id j19so72379812igf.0 for ; Mon, 24 Aug 2015 15:09:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pjCg1SRJbAl85fscL9ssyz8mKLJ6jJ7csl5ZBHvguMc=; b=JG4Gz+/wF8srW2LMNmu54feNGbQh3qpEEgBw/tomXlAgTEefk277RG+O2VvZpbGOLy OhDfz0vgjUiHQRSlCb9O+MJIlzi0+XuD4Wr8fomWDSiwpLaIL9mB6X27K/RueaufBHa6 gHh5+qLGuN9+gRAtqecmgqMM0TW+eBOh7RgIHjJv0rkRZCYtzVG2i/TkqOUKZYyfxnrA wy0GMZg1zdiofAVdNN9akhNKPyD2h9GzkuSZaeFNL4bsuFG3cnl23ThwWNY0khSPHflF SRUBh8ZLtA0+FbXkYC62mFt6BZf2LVlNS4Ep55wJF3inAjVDytsv6SREIM4DmMEpHhsB YrIg== MIME-Version: 1.0 X-Received: by 10.50.17.66 with SMTP id m2mr17991554igd.77.1440454151920; Mon, 24 Aug 2015 15:09:11 -0700 (PDT) Received: by 10.79.14.22 with HTTP; Mon, 24 Aug 2015 15:09:11 -0700 (PDT) Date: Mon, 24 Aug 2015 15:09:11 -0700 Message-ID: Subject: pip for python3 From: jungle Boogie To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 22:09:12 -0000 Hello, When you pkg install pip, this is linked to python2 and therefore, pip install foo will install the python2 version of foo. Seen here: % pip -V pip 7.1.2 from /usr/local/lib/python2.7/site-packages (python 2.7) I may have a misunderstanding but I think python3 (or even python2) comes with pip, but the freebsd ports version of python doesn't include this--no big deal and probably better. However, has anyone considered making a pip version linked against python3? Meanwhile, I used this to install pip3: https://bootstrap.pypa.io/get-pip.py % pip -V pip 7.1.0 from /usr/local/lib/python3.4/site-packages (python 3.4) Thank, jb -- ------- inum: 883510009027723 sip: jungleboogie@sip2sip.info xmpp: jungle-boogie@jit.si