1) Platform information::
python -c 'import os, sys; print(os.name, sys.platform)'
uname -a
OS, its distribution name and version information
etc.
2) Information about C,C++,Fortran compilers/linkers as reported by
the compilers when requesting their version information, e.g.,
the output of
::
gcc -v
g77 --version
3) Python version::
python -c 'import sys; print(sys.version)'
4) NumPy version::
python -c 'import numpy; print(numpy.__version__)'
'Linux' 카테고리의 다른 글
[linux] 리눅스 계정 관리 (0) | 2016.02.18 |
---|---|
program install in user path without sudo command (0) | 2016.01.11 |
Difference between /.bashrc, /.profile and /.bash_profile (0) | 2016.01.07 |
View Hidden Files and Folders in Ubuntu(linux) File Browser (0) | 2016.01.06 |
find out if package is installed in linux (0) | 2016.01.05 |