diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-05-11 10:30:39 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-05-11 10:30:39 -0500 |
commit | 15fc972c89a4366a06755daeedaac52f91762ecd (patch) | |
tree | 9a5dbea7787cef9946473787e9a3996f24cd2898 /utils/.gitignore | |
parent | 651cbe5d261a6d29b4dec7c38b65c0eac5431363 (diff) | |
download | sddm-15fc972c89a4366a06755daeedaac52f91762ecd.tar.gz sddm-15fc972c89a4366a06755daeedaac52f91762ecd.tar.bz2 sddm-15fc972c89a4366a06755daeedaac52f91762ecd.zip |
update utils/ folder to make a python package called sddm
This commit adds an sddm python package to the utils/ folder. This allows me to
consolidate code used across all the various scripts. This package is now
installed by default to /home/tlatorre/local/lib/python2.7/site-packages so you
should add the following to your .bashrc file:
export PYTHONPATH=$HOME/local/lib/python2.7/site-packages/:$PYTHONPATH
before using the scripts installed to ~/local/bin.
Diffstat (limited to 'utils/.gitignore')
-rw-r--r-- | utils/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore index e307f16..cea117c 100644 --- a/utils/.gitignore +++ b/utils/.gitignore @@ -1,2 +1,3 @@ *.eps *.pdf +build/ |