From 20068f2078eea3dbbc32b532916289188e84d6fa Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 5 Mar 2013 23:09:53 +0000 Subject: Implemented DataTables; there are now options to download the marker regression result table in various formats --- misc/notes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'misc') diff --git a/misc/notes.txt b/misc/notes.txt index ed0390e1..24e129ee 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -8,6 +8,16 @@ Add all files in current directory branch to be staged to be committed git add -A +Get the default path being used when a command is typed: +which _______ + +Get the paths checked when a user types a command: +echo $PATH + +Get all environment variables: +set + + **** apt-get is an Ubuntu system-wide package manager, while pip is a Python-only system for python packages **** -- cgit v1.2.3