Re: To Upgrade Python Libraries, Use "pip"

Vincent Hoffman-Kazlauskas <[email protected]> Tue, 30 Jul 2019 14:36:46 +0100
Newsgroups gmane.os.freebsd.chat
Message-ID <[email protected]>

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

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