Cygwin

 

 

How to add a new directory to the PATH

 

 

 

Useful commands

  • Starting Python:
    • If it seems like Python is just hanging when you start it, try doing a Ctrl+C to quit and then type "python34 -i" to start Python in interactive mode.
  • List all files in a directory, including hidden files (that start with a "."): ls -a dir_path