#๐Ÿ”’ How to send someone an entire environment?

11 messages ยท Page 1 of 1 (latest)

feral isle
#

I have a collaborator who uses a machine without access to the internet. It would be really convenient if I could send them a zip file that contains everything they need to run an environment (all packages, python binaries etc). I know their operating system.

I was thinking of creating a venv and sending it over, but there are probably issues with path variables that can arise with this.

What's the recommended method of doing this?

quick basinBOT
#

@feral isle

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

feral isle
#

How to send someone an entire environment?

quick basinBOT
#

A command line utility for building fully self contained Python zipapps.

Released on <t:1730490466:D>.

gritty spruce
#

uv standalone python also helps

wispy nimbus
#

Docker ๐Ÿ™ƒ

west plover
#

docker, podman, nuitika, cx_freeze, pyinstaller(least recommended from me)

quick basinBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.