These variables indicate the paths where the various Torch components are installed,
as well as other common environment variables like $HOME
.
It is not advisable to change their values!
The base directory of the Torch installation.
The name of the directory containing the executable programs.
Under Windows, this directory also contains
the dynamically loadable libraries (.dll
).
The name of the directory containing the unix style manual pages.
The name of the directory containing the object code libraries.
Under Unix, this directory also contains the dynamically
loadable libraries (.so
or .dylib
).
The name of the directory containing processor independent data files, such as lua code and other text files.
The name of the directory containing the include files for the various Torch libraries.
The name of the directory containing the Torch help files.
The name of the directory containing the HTML version
of the Torch help files. These files are generated
when you enable the CMake option HTML_DOC
.
The name of the directory containing the CMake files used by external Torch modules.
The name of the directory containing the Lua packages.
This directory is used to build variable package.path
.
The name of the directory containing the Lua loadable binary modules.
This directory is used to build variable package.cpath
.
The home directory of the current user.