For the analyses of users the following languages and interpreters are supported.
Language/Interpreter/IDE | Version | Packages/Libraries | Command/Path |
Python2 | 2.7.13 | * | python |
Python3 | 3.5.3 | * | python3 |
Miniconda2 | python2.7.15 | * | /mnt/big/miniconda2/bin |
R | 3.3.3 | * | R |
R | 3.5.2 | * | /mnt/big/R-3.5.2/bin |
Perl | 5.24.1 | * | perl |
*For a detailed list of libraries/packages installed in the above languages/interpreters the following commands can be used:
Language/Interpreter/IDE | Command |
Python2 | pip2 list |
Python3 | pip3 list |
Miniconda2 | ./pip list (in /mnt/big/miniconda2/bin) |
R 3.3.3 | library() or installed.packages() (inside R enviroment) |
R 3.5.2 | library() or installed.packages() (inside R enviroment) |
Perl | instmodsh |