source pgadmin4/bin/activate
pip install --upgrade --no-cache-dir pgadmin4
pkill -f pgadmin //to closing exising running instance of previous pgadmin4
pgamdin4 //restart a new pgadmin4 version
Ctrl+z; bg // to make pgadmin4 run in background
deactivate
No comments:
Post a Comment
If you have any doubts, please let me know.