Please follow these instructions to transition your Skylab environment to use R2D2 V3.
$> cd $JEDI_WORKFLOW
$> rm -Rf solo
$> cd $WORKFLOW_ROOT
$> deactivate
$> rm -Rf venv
$> python3 -m venv venv
$> source venv/bin/activate
CD into $JEDI_WORKFLOW
$> cd $JEDI_WORKFLOW
$> cd ewok
$> python3 -m pip install .
$> cd ..
repeat for r2d2-client and simobs
$> export R2D2_USER="<your r2d2 user name>"
$> export R2D2_API_KEY="<your r2d2 api key>"
$> export R2D2_USER="localhost"
$> export R2D2_API_KEY="localhost"
$> export R2D2_SERVER_HOST="http://localhost"
$> export R2D2_SERVER_PORT="8080"
"Localhost Docker with Database"