To Upgrade Python Libraries, Use "pip"

Vincent Hoffman-Kazlauskas vince at unsane.co.uk
Tue Jul 30 13:36:49 UTC 2019



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 latest for your own work and stick with the
ports versions for the system.

https://docs.python.org/3/tutorial/venv.html

Vince

> _______________________________________________
> freebsd-chat at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-chat
> To unsubscribe, send any mail to "freebsd-chat-unsubscribe at freebsd.org"


More information about the freebsd-chat mailing list