From 15fc972c89a4366a06755daeedaac52f91762ecd Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 11 May 2020 10:30:39 -0500 Subject: 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. --- utils/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/.gitignore') 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/ -- cgit