Re: Distributing Python virtual environments

2018-03-29 Thread dieter
Malcolm Greene writes: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's root folder and distributing th

Re: Distributing Python virtual environments

2018-03-29 Thread Dan Stromberg
On Thu, Mar 29, 2018 at 7:06 AM, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's

Re: Distributing Python virtual environments

2018-03-29 Thread Paul Moore
On 29 March 2018 at 15:06, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's root f

Re: Distributing Python virtual environments

2018-03-29 Thread Chris Angelico
On Fri, Mar 30, 2018 at 1:06 AM, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's

Distributing Python virtual environments

2018-03-29 Thread Malcolm Greene
We're using virtual environments with Python 3.6. Since all our pip installed modules are in our environment's local site-packages folder, is the distribution of a virtual environment as simple as recursively zipping the environment's root folder and distributing that archive to another machine run