1. Home
  2. Docs
  3. Software
  4. Interpreters/Languages

Interpreters/Languages

For the analyses of users the following languages and interpreters are supported.

Language/Interpreter/IDEVersionPackages/LibrariesCommand/Path
Python22.7.13*python
Python33.5.3*python3
Miniconda2python2.7.15*/mnt/big/miniconda2/bin
R3.3.3*R
R3.5.2*/mnt/big/R-3.5.2/bin
Perl5.24.1*perl

*For a detailed list of libraries/packages installed in the above languages/interpreters the following commands can be used:

Language/Interpreter/IDECommand
Python2pip2 list
Python3pip3 list
Miniconda2./pip list (in /mnt/big/miniconda2/bin)
R 3.3.3library() or installed.packages() (inside R enviroment)
R 3.5.2library() or installed.packages() (inside R enviroment)
Perlinstmodsh