From owner-freebsd-chat@freebsd.org Wed Jul 31 08:30:32 2019 Return-Path: Delivered-To: freebsd-chat@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F06F1B85B6 for ; Wed, 31 Jul 2019 08:30:32 +0000 (UTC) (envelope-from freebsd-chat@m.gmane.org) Received: from blaine.gmane.org (195-159-176-226.customer.powertech.no [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6727293407 for ; Wed, 31 Jul 2019 08:30:32 +0000 (UTC) (envelope-from freebsd-chat@m.gmane.org) Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hsk0D-000xoe-HJ for freebsd-chat@freebsd.org; Wed, 31 Jul 2019 10:30:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-chat@freebsd.org From: Amit Yaron Subject: Re: To Upgrade Python Libraries, Use "pip" Date: Wed, 31 Jul 2019 11:30:18 +0300 Message-ID: References: <1F2D69A0-8038-4D9D-B36C-6DD9482C9C07@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 In-Reply-To: <1F2D69A0-8038-4D9D-B36C-6DD9482C9C07@gmail.com> Content-Language: en-US X-Rspamd-Queue-Id: 6727293407 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of freebsd-chat@m.gmane.org has no SPF policy when checking 195.159.176.226) smtp.mailfrom=freebsd-chat@m.gmane.org X-Spamd-Result: default: False [3.84 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; HFILTER_HOSTNAME_1(0.50)[195-159-176-226.customer.powertech.no]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.01)[cached: blaine.gmane.org]; IP_SCORE(0.15)[ipnet: 195.159.0.0/16(0.08), asn: 2116(0.70), country: NO(-0.01)]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[amit@phpandmore.net,freebsd-chat@m.gmane.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2116, ipnet:195.159.0.0/16, country:NO]; FROM_NEQ_ENVFROM(0.00)[amit@phpandmore.net,freebsd-chat@m.gmane.org]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2019 08:30:33 -0000 Well, In the port tree you can find the same version of the package(py-matplotlib for example) for both python2 and python3. I suggest taking Vincent's advice to use a virtual environment. On 30.7.2019 14:21, dangerwillrobinsondanger@gmail.com wrote: > But will those be tested as compatible with the broader set of packages or ports? That’s the dilemma. > > > >> On Jul 30, 2019, at 22:02, Amit Yaron wrote: >> >> I prefer it to the ports becaue with "pip" I can get the most advanced versions. You can even upgrade "pip if you type: >> pip install --upgrade pip >> >> >> _______________________________________________ >> freebsd-chat@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-chat >> To unsubscribe, send any mail to "freebsd-chat-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-chat@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-chat > To unsubscribe, send any mail to "freebsd-chat-unsubscribe@freebsd.org" >