Skip to content

Commit 9b33dde

Browse files
committed
change to pwd after python installation
1 parent 856621b commit 9b33dde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

master-install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/usr/bin/env bash
22

3+
DIR=`pwd`
4+
35
# Install python 3.6
46
. config/python-3.6/py3.6-apt-requirements.sh
57
. config/python-3.6/py3.6-install.sh
68

9+
cd ${DIR}
10+
711
# Install obspy from source
812
. config/obspy/obspy-apt-requirements.sh
913
. config/obspy/obspy-install.sh

0 commit comments

Comments
 (0)