How can I check which version of NumPy I\'m using?
(FYI this question has been edited because both the question and answer are not platform specific.)
We can use pip freeze to get any Python package version without opening the Python shell.
pip freeze
pip freeze | grep 'numpy'