Skip to content

Commit

Permalink
Remove doing python venv work in bootstrap, now handled by ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 18, 2023
1 parent 75749da commit e2a4fdc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ fi
echo -e "${GREY_BOLD}Using Ansible to finish up ...${NC}"
${MROVER_PATH}/ansible.sh dev.yml

if [ ! -d ${MROVER_PATH}/venv ]; then
echo -e "${GREY_BOLD}Setting up Python virtual environment ...${NC}"
python3.10 -m venv ${MROVER_PATH}/venv
source ${MROVER_PATH}/venv/bin/activate
pip install -e "${MROVER_PATH}[dev]"
fi

if [ "${FIRST_TIME_SETUP}" ]; then
echo -e "${GREY_BOLD}All done! Welcome to MRover!${NC}"
echo -e "${YELLOW_BOLD}Please log out and back in!${NC}"
Expand Down

0 comments on commit e2a4fdc

Please sign in to comment.