Re: Running yum/apt-get from a virtualenv

2016-07-04 Thread Matt Wheeler
On Fri, 24 Jun 2016, 03:32 Tiglath Suriol, wrote: > Let us say that I install PostgreSQL from an activated virtualenv using > yum or apt-get, will PostgrSQL be local or global? > Global I understand that virtualenv isolates the Python environment only, so I > surmise that it will make no differ

Running yum/apt-get from a virtualenv

2016-06-27 Thread Tiglath Suriol
Let us say that I install PostgreSQL from an activated virtualenv using yum or apt-get, will PostgrSQL be local or global? I understand that virtualenv isolates the Python environment only, so I surmise that it will make no difference installing with yum/apt-get inside or outside the virtua