projects
/
pgwui_develop
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949866c
)
Source pip_setup to setup pip env during development
author
Karl O. Pinc
<kop@meme.com>
Sat, 10 Nov 2018 20:30:35 +0000
(14:30 -0600)
committer
Karl O. Pinc
<kop@meme.com>
Sat, 10 Nov 2018 20:30:35 +0000
(14:30 -0600)
pip_setup
[new file with mode: 0644]
patch
|
blob
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