#! /bin/bash
# script to activate the virtualenv for Robi user interface and start the UI
source ~/anaconda3/etc/profile.d/conda.sh
conda activate py397
python ./Robi_Ui.py
conda deactivate
