Skip to content

Commit

Permalink
[install script] Updated venv name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Feb 18, 2025
1 parent 85dab15 commit ef15a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ else
fi

echo "Setting up virtual environment"
python -m venv pycram/pycram --system-site-packages
source pycram/pycram/bin/activate
python -m venv pycram/pycram-venv --system-site-packages
source pycram/pycram-venv/bin/activate
echo "Installing python dependencies"
pip install -r pycram/requirements.txt
echo "Cheking for dependencies of other ros packages"
Expand Down

0 comments on commit ef15a67

Please sign in to comment.