On Monday, February 19, 2024 at 12:10:49 PM UTC-8 Dima Pasechnik wrote:

On Mon, Feb 19, 2024 at 7:42 PM John H Palmieri <jhpalm...@gmail.com> wrote:

If we convert (according to (1)) to pip packages, those still need to be 
downloaded, and while they may not end up in "upstream" — I don't actually 
know how they work — don't they still take up disk space? So again, how 
much savings are we talking about? Please provide data.


as far as I can tell, by default pip package wheels are not stored in 
upstream/.
Perhaps there is an easy way to change this, I don't know.


That's correct. pip packages are installed by directly calling "pip 
install".
If pip downloads a wheel file, it is not stored anywhere.
If pip downloads an sdist and builds a wheel file, then the built wheel is 
stored in pip's cache; see output from "./sage -pip cache info" and "./sage 
-pip cache list".


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/231f8ccb-b60f-49e4-b3cb-b1b88041d351n%40googlegroups.com.

Reply via email to