Skip to content

Commit f23a4e6

Browse files
committed
move reinstall script to local_dev directory and make it runnable from other directories
1 parent 1e6463b commit f23a4e6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

local_dev/reinstall.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)