From ef15a67dc7857ff89e382945fb504bf31094163d Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Tue, 18 Feb 2025 17:08:01 +0100 Subject: [PATCH] [install script] Updated venv name --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index c87c34974..30c8f9018 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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"