Before using the CSD Python API you must activate it so that the system knows where to look for the Python interpreter and all its modules.
Assuming the Python API has been installed using the CSDS installer, on Windows the simplest way is to launch an Anaconda prompt from the Start menu. Alternatively you can run this command from a DOS command prompt:
%USERPROFILE%\CCDC\ccdc-software\csd-python-api\miniconda\Scripts\activate.bat
From a Windows Powershell use these two commands:
. %USERPROFILE%\CCDC\ccdc-software\csd-python-api\miniconda\shell\condabin\conda-hook.ps1
conda activate
If the path to either script contains a space, enclose the full path in double quotes, for example:
. "C:\Program Files\CCDC\ccdc-software\csd-python-api\miniconda\shell\condabin\conda-hook.ps1"
On Linux or MacOS it is
source ~/CCDC/ccdc-software/csd-python-api/miniconda/bin/activate
In all commands you may need to change the path if the CSD Portfolio was installed in a non-default location.
If the activation was successful "(miniconda)" will appear at the beginning of the command prompt.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article