Source pip_setup to setup pip env during development
authorKarl O. Pinc <kop@meme.com>
Sat, 10 Nov 2018 20:30:35 +0000 (14:30 -0600)
committerKarl O. Pinc <kop@meme.com>
Sat, 10 Nov 2018 20:30:35 +0000 (14:30 -0600)
pip_setup [new file with mode: 0644]

diff --git a/pip_setup b/pip_setup
new file mode 100644 (file)
index 0000000..aaf00d0
--- /dev/null
+++ b/pip_setup
@@ -0,0 +1,5 @@
+# Source this before installing tests and so forth.
+
+# All the places to find pgwui components so that venvs can be
+# instantiated.
+export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_testing/PGWUI_Testing/dist'
\ No newline at end of file