Re: To Upgrade Python Libraries, Use "pip"

2019-07-30 Thread Vincent Hoffman-Kazlauskas
On 30/07/2019 14: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 > > I'd recommend using python virtual environments if you want to use pip, that way you can have the

Re: To Upgrade Python Libraries, Use "pip"

2019-07-30 Thread dangerwillrobinsondanger
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 -

To Upgrade Python Libraries, Use "pip"

2019-07-30 Thread Amit Yaron
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 un