From 6c2ae66cf246a34fa4b3129df4cd01aa2ee47641 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 5 Feb 2011 10:35:27 -0800 Subject: add an example testpath for testing the git checkout --- testpath.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testpath.example (limited to 'testpath.example') diff --git a/testpath.example b/testpath.example new file mode 100644 index 0000000..8f2d826 --- /dev/null +++ b/testpath.example @@ -0,0 +1,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/layman +# $ source ./testpath +# $ layman -l + + +export PATH="/home/brian/Dev/git/layman/bin:${PATH}" + +export PYTHONPATH="/home/brian/Dev/git/layman/:${PYTHONPATH}" -- cgit v1.2.3-1-g7c22