Skip to content

Instantly share code, notes, and snippets.

@csbond007
Created May 4, 2017 20:34
Show Gist options
  • Save csbond007/f42f743e7b35fef63ed65baff04ca469 to your computer and use it in GitHub Desktop.
Save csbond007/f42f743e7b35fef63ed65baff04ca469 to your computer and use it in GitHub Desktop.
Numenta Version Checking
[centos@ip-10-0-0-11 ~]$
[centos@ip-10-0-0-11 ~]$ python -c 'import pkg_resources;n=pkg_resources.get_distribution("nupic");b=pkg_resources.get_distribution("nupic.bindings");print n.project_name, n.version;print b.project_name, b.version'
nupic 0.5.7
nupic.bindings 0.4.13
[centos@ip-10-0-0-11 ~]$
https://discourse.numenta.org/t/how-to-check-what-version-of-nupic-is-installed/1045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment