#!/bin/bash
rm -rf test_venv/
cp pgwui_common/PGWUI_Common/dist/pgwui_common-0.12.0.tar.gz pgwui_core/PGWUI_Core/dist/pgwui_core-0.12.0.tar.gz  pgwui_logout/PGWUI_Logout/dist/pgwui_logout-0.12.0.tar.gz pgwui_menu/PGWUI_Menu/dist/pgwui_menu-0.12.0.tar.gz  pgwui_server/PGWUI_Server/dist/pgwui_server-0.12.0.tar.gz pgwui_upload/PGWUI_Upload/dist/pgwui_upload-0.12.0.tar.gz pgwui_develop/PGWUI_Develop/dist/pgwui_develop-0.12.0.tar.gz pgwui_upload_core/PGWUI_Upload_Core/dist/pgwui_upload_core-0.12.0.tar.gz pgwui_bulk_upload/PGWUI_Bulk_Upload/dist/pgwui_bulk_upload-0.12.0.tar.gz pgwui_copy/PGWUI_Copy/dist/pgwui_copy-0.12.0.tar.gz repo/
virtualenv -p python3 test_venv
#test_venv/bin/pip install repo/pgwui_core-0.12.0.tar.gz repo/pgwui_common-0.12.0.tar.gz repo/pgwui_upload_core-0.12.0.tar.gz repo/* waitress pyramid_debugtoolbar
test_venv/bin/pip install repo/pgwui_core-0.12.0.tar.gz repo/pgwui_common-0.12.0.tar.gz repo/pgwui_upload_core-0.12.0.tar.gz repo/* waitress pyramid_debugtoolbar repo/pgwui_develop-0.12.0.tar.gz
test_venv/bin/pserve pgwui_server/PGWUI_Server/examples/misc/development.ini 
