Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-03-10 Thread Rich Shepard
On Tue, 31 Jan 2017, Dan Davis wrote: I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. Dan, Getting back to building pgAdmin4. In

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-02-01 Thread Rich Shepard
On Tue, 31 Jan 2017, Dan Davis wrote: I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. Dan, I stopped reading the installation in

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-02-01 Thread Dave Page
Hi On Tue, Jan 31, 2017 at 6:42 PM, Rich Shepard wrote: > Running Slackware-14.1/32-bit on the server with python-2.7.13 and > python3-3.5.2. > > As root I try to install the virtual environment and wrapper. The former > is installed; the latter not: > > # pip3 install virtualenv virtualenv-w

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-01-31 Thread Dan Davis
Rich, I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. My success though is on a platform that would have supported virtualenv-wrapper

[pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-01-31 Thread Rich Shepard
Running Slackware-14.1/32-bit on the server with python-2.7.13 and python3-3.5.2. As root I try to install the virtual environment and wrapper. The former is installed; the latter not: # pip3 install virtualenv virtualenv-wrapper Collecting virtualenv Downloading virtualenv-15.1.0-py2.py3-