Skip to content

fixing cameopy name and location to debian defaults

Shervin Nourbakhsh requested to merge cameopy_name into master

By installing the debian package the cameopy module should be found without any modification of environment variables:

mvn install
./build_and_package.sh
sudo apt install /dev/shm/cameo/packages/cameo-api-python_1.0.0_all.deb /dev/shm/cameo/packages/cameo-server-jzmq_1.0.2_all.deb

In the python3 interpreter: import cameopy

Merge request reports