summaryrefslogtreecommitdiffstats
path: root/testpath.example
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-05 10:35:27 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-12 19:55:37 -0800
commit6c2ae66cf246a34fa4b3129df4cd01aa2ee47641 (patch)
treec96428030c0d3f4ff768fbce94d335c5e366fc34 /testpath.example
parentf91a4b9045933174384f558bd89aeb24a2579bef (diff)
downloadlayman-6c2ae66cf246a34fa4b3129df4cd01aa2ee47641.tar.gz
layman-6c2ae66cf246a34fa4b3129df4cd01aa2ee47641.tar.bz2
layman-6c2ae66cf246a34fa4b3129df4cd01aa2ee47641.zip
add an example testpath for testing the git checkout
Diffstat (limited to 'testpath.example')
-rw-r--r--testpath.example17
1 files changed, 17 insertions, 0 deletions
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}"