diff options
author | Zachary Sloan | 2013-03-05 23:09:53 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-05 23:09:53 +0000 |
commit | 20068f2078eea3dbbc32b532916289188e84d6fa (patch) | |
tree | 8d8293c4fbded2f4f119256fc07e1fb8ac14af16 /misc | |
parent | ed1dd7777b6dc49ed3496668bfd3b3df0d0a0612 (diff) | |
download | genenetwork2-20068f2078eea3dbbc32b532916289188e84d6fa.tar.gz |
Implemented DataTables; there are now options to download the marker
regression result table in various formats
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 **** |