We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6463b commit f23a4e6Copy full SHA for f23a4e6
2 files changed
local_dev/reinstall.sh
@@ -0,0 +1,7 @@
1
+# Source this script to reinstall packages from local repo e.g.
2
+# $ local_dev/reinstall.sh
3
+pip uninstall -y globus-compute-sdk globus-compute-endpoint
4
+
5
+SDK="$(dirname $0)/../compute_sdk"
6
+EP="$(dirname $0)/../compute_endpoint"
7
+pip install -e $SDK -e $EP
reinstall.sh
0 commit comments