This will install all dependencies (JCC, JDK) and install scripts that sets the necessary path variables (JCC_JDK) at activation.
Note that the conda script for activation of the environment needs to be run, this triggers a script that sets up the variables. If accessing the python executable directly, for example through an IDE, the tool [conda-wrappers](https://youtrack.jetbrains.com/issue/PY-18865#comment=27-1444034) can be used to create executable that runs the activation automatically.
Note that it is needed to active the conda environment to be used, this triggers a script that sets up the right environment variables. If accessing the python executable directly, for example through an IDE, the tool [conda-wrappers](https://youtrack.jetbrains.com/issue/PY-18865#comment=27-1444034) can be used to create executable that runs the activation automatically.