- Original Message -
> From: "Gelonida N"
> To: python-list@python.org
> Sent: Thursday, 9 October, 2014 5:55:44 PM
> Subject: Re: virtualenv question: include just a few site packages
> > You could build a virtual machine, installing only your VIP
>
On 10/09/2014 03:19 PM, Jean-Michel Pichavant wrote:
- Original Message -
virtualenv has the switch
--system-site-packages (including all system site pacgaes)
and the switch
--no-site-packages (to expclude all site packages)
Does anyone know an easy way to include just a few site-packag
- Original Message -
> From: "Gelonida N"
> To: python-list@python.org
> Sent: Thursday, 9 October, 2014 12:09:50 AM
> Subject: virtualenv question: include just a few site packages
>
> virtualenv has the switch
> --system-site-packages (including all
virtualenv has the switch
--system-site-packages (including all system site pacgaes)
and the switch
--no-site-packages (to expclude all site packages)
Does anyone know an easy way to include just a few site-packages?
for example (PySide, but not PyQt)
The reason I'm asking is following.
Some si