Re: To Upgrade Python Libraries, Use "pip"

2019-07-31 Thread Amit Yaron

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, dangerwillrobinsondan...@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-unsubscr...@freebsd.org"

___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"




___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


Re: To Upgrade Python Libraries, Use "pip"

2019-07-31 Thread Amit Yaron

Thanks,
Virtual environments are very useful.

On 30.7.2019 14:36, Vincent Hoffman-Kazlauskas wrote:



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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"

___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"




___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


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 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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-chat
> To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"
___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


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 --upgrade pip
> 
> 
> ___
> freebsd-chat@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-chat
> To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"
___
freebsd-chat@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"