Skip to content

Commit

Permalink
Fix pip requirement path
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiminfinite committed May 28, 2022
1 parent e732628 commit 3d4ad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/create_python_env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ echo "Created Python virtual environment in $VIRTUALENV_FOLDER"
# Install all the Python packages required
# Note that these overlay over whatever ROS2 already contains
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pip3 install -r $SCRIPT_DIR/python_requirements.txt
pip3 install $SCRIPT_DIR/..
echo "Installed Python packages"

0 comments on commit 3d4ad92

Please sign in to comment.