blob: 8f2d826a476477d339668290a7690c80f0d3b714 (
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/layman
# $ source ./testpath
# $ layman -l
export PATH="/home/brian/Dev/git/layman/bin:${PATH}"
export PYTHONPATH="/home/brian/Dev/git/layman/:${PYTHONPATH}"
|