Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

 

 

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

 

  • No labels