Skip to content

Instantly share code, notes, and snippets.

View solodyagin's full-sized avatar

Sergey Solodyagin solodyagin

View GitHub Profile
@solodyagin
solodyagin / Install_pgAdmin4_with_Python3_on_Ubuntu 16.04.md
Last active November 21, 2017 13:10 — forked from Prototype-X/Install_pgAdmin4_with_python3_on_Ubuntu 16.04.md
Install pgAdmin4 v2.0 with python3 on Ubuntu 16.04 DESKTOP mode

Install pgAdmin4 v2.0 with Python3 on Ubuntu 16.04 DESKTOP mode

  1. Get Python Wheel pgAdmin4
wget https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v2.0/pip/pgadmin4-2.0-py2.py3-none-any.whl
  1. Install pip3
sudo apt install python3-pip