aboutsummaryrefslogtreecommitdiff
blob: ed569d02a3f367d48516fbc17d28ad4c33834b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Sample file demonstrating an easy method for running the
# git sources without the need for installing.


# Edit the paths below and save the file as "testpath"
# the file will be ignored by git.

# Example usage:

# $ cd dev/git/esearch
# $ source ./testpath
# $ esearch some-package


export PATH="$(dirname $BASH_SOURCE[0])../pyGPG/bin:$(dirname $BASH_SOURCE[0])/bin:${PATH}"

export PYTHONPATH="$(dirname $BASH_SOURCE[0])../pyGPG/:$(dirname $BASH_SOURCE[0])/:${PYTHONPATH}"