Advertisement
Guest User

libraries

a guest
May 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. git clone https://github.com/CI-CMG/pyEcholab.git /opt/src/pyecholab
  4. git clone https://github.com/bas-acoustics/echopy /opt/src/echopy
  5.  
  6. src_lib='export PYTHONPATH="/opt/src:$PYTHONPATH"'
  7.  
  8. echo $src_lib >> /etc/bash.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement