Add an automatice relative testpath file for runing from the git checkouts.
[gentoo-keys.git] / testpath
1 # Sample file demonstrating an easy method for running the
2 # git sources without the need for installing.
3
4
5 # Edit the paths below and save the file as "testpath"
6 # the file will be ignored by git.
7
8 # Example usage:
9
10 # $ cd dev/git/esearch
11 # $ source ./testpath
12 # $ esearch some-package
13
14
15 export PATH="$(dirname $BASH_SOURCE[0])../pyGPG/bin:$(dirname $BASH_SOURCE[0])/bin:${PATH}"
16
17 export PYTHONPATH="$(dirname $BASH_SOURCE[0])../pyGPG/:$(dirname $BASH_SOURCE[0])/:${PYTHONPATH}"