Skip to content

Commit

Permalink
Update setup_controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoSalsano authored Mar 18, 2024
1 parent 629aa8b commit 4cb3a5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ CONTROLLER_ENV_FILE="$CONTROLLER_PATH/controller/config/controller.env"
# Activate the controller virtual environment
echo -e "\nActivating virtual environment"
source "$CONTROLLER_VENV_PATH"/bin/activate
source "$HOME/.envs/controller-venv/bin/activate"

# Install prerequisites
echo -e "\nInstalling graphviz and libgraphviz-dev"
Expand Down Expand Up @@ -79,4 +78,4 @@ fi

# End of setup
echo -e "\nDone"
echo -e "\n\n#####################################"
echo -e "\n\n#####################################"

0 comments on commit 4cb3a5f

Please sign in to comment.