source: gs3-installations/mars/trunk/sites/mars/collect/amc-essentia/IMPORT.sh@ 36966

Last change on this file since 36966 was 36822, checked in by davidb, 18 months ago

Extra echo statements added in

  • Property svn:executable set to *
File size: 562 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
10# export PYTHONPATH=/usr/local//lib/python3.7/site-packages/pip/_vendor/
11export PYTHONPATH="$GEXT_MARS_INSTALLED/lib/python3.7/site-packages"
12#
13echo ""
14echo "***** Set Environment Variable 'PYTHONPATH'. Is this still needed?????"
15echo ""
16
17echo ""
18echo "****"
19echo "* ./IMPORT.sh started:"
20echo "* `date`"
21echo "****"
22echo ""
23
24import.pl -removeold -site $site $* $col
25
26echo ""
27echo "****"
28echo "* ./IMPORT.sh finished:"
29echo "* `date`"
30echo "****"
31echo ""
Note: See TracBrowser for help on using the repository browser.