User:Michael Murtaugh/Notes: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
* Performing a script | * Performing a script | ||
* Creating a "bin" folder, ensuring it's in the path. | * The concept of a "PATH" | ||
* Creating a "pythonlib" folder and adding it to the PYTHONPATH | ** Creating a "bin" folder, ensuring it's in the path. | ||
** Creating a "pythonlib" folder and adding it to the PYTHONPATH | |||
Add: | Add: | ||
Line 11: | Line 12: | ||
* Rudimentary understanding of BASH scripts | * Rudimentary understanding of BASH scripts | ||
* [[Make a PDF of a man page]] | * [[Make a PDF of a man page]] | ||
* midge/midi output | * midge/midi output | ||
Revision as of 14:19, 18 September 2011
- Performing a script
- The concept of a "PATH"
- Creating a "bin" folder, ensuring it's in the path.
- Creating a "pythonlib" folder and adding it to the PYTHONPATH
Add:
export PYTHONPATH=$PYTHONPATH:$HOME/pythonlib
to your .bash_aliases
- Rudimentary understanding of BASH scripts
- Make a PDF of a man page
- midge/midi output
what is a script?
what is a variable?
what is a loop?
sources of (live) information:
- date
- traceroute