Skip to content

Instantly share code, notes, and snippets.

@csbond007
Created May 4, 2017 19:42
Show Gist options
  • Save csbond007/32ad60d5a0386d1163673b9ea39ade21 to your computer and use it in GitHub Desktop.
Save csbond007/32ad60d5a0386d1163673b9ea39ade21 to your computer and use it in GitHub Desktop.
Finding out the location of a directory on a system level in Linux
[centos@ip-10-0-0-11 usr]$ find -name "nupic" -print
./lib/python2.7/site-packages/nupic
./lib64/python2.7/site-packages/nupic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment