From ab270b0b3ea347d8891e3db7e1d5727bbd0e0c56 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 10 Nov 2018 14:30:35 -0600 Subject: [PATCH] Source pip_setup to setup pip env during development --- pip_setup | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pip_setup diff --git a/pip_setup b/pip_setup new file mode 100644 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 -- 2.34.1