> On Dec 9, 2024, at 11:15 PM, Jacob Kruger wrote:
>
> Might not be relevant, if am misunderstanding something, but I generally just
> use pip freeze > requirements.txt, shift that text file over to new
> location/machine, create new virtual environment, and run pip install -r
> requirements
Hi Ilya,
The main solution here is "don't do that". You can build binary wheels and
share them between machines, but venvs are not meant to be shared. I just
posted about this the other day:
<https://mastodon.social/@glyph/113608175894598083>.
Wny are you trying to
rge.org/pipermail/libdispatch-dev/2011-April/000485.html>
-glyph
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32