Set PATH environment variable to include ".". In Shell: PATH=.:$PATH; export PATH In Cshell: set path = (. $path) You should be fine.