On Wed, 29 Mar 2017, Rich Shepard wrote:
> Within that environment I ran pip3 as in step 4, but since installation of
> many of the tools requires root privileges I ran [root@salmo ~]# pip
> install -r /opt/pgadmin4-1.3/requirements.txt. This failed because it was
> looking for python-2.x rather than 3.x and tried installing a very old
> version of SQLAlchemy-1.0.8 where the current version is something like
> 1.0.14.
Accomplished step 4 in
(pgadmin4) [rshepard@salmo /opt/pgadmin4-1.3]$
using the command:
su -c 'pip3 install -r requirements.txt'
Now on to the config file.
Rich