Skip to content

Commit

Permalink
Rename "install" to "install_venv"
Browse files Browse the repository at this point in the history
This script conflicts with the linux tool "install" which is used
at least by preflight. Since this script isn't even used by
anything as far as the build system goes rename it to "install_venv"
  • Loading branch information
jprestwo committed Sep 30, 2024
1 parent 876c9c9 commit 960ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_virtualenv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'build_venv = ament_virtualenv.build_venv:main',
'combine_requirements = ament_virtualenv.combine_requirements:main',
'glob_requirements = ament_virtualenv.glob_requirements:main',
'install = ament_virtualenv.install:main',
'install_venv = ament_virtualenv.install:main',
'wrap_module = ament_virtualenv.wrap_module:main',
'wrap_package = ament_virtualenv.wrap_package:main',
],
Expand Down

0 comments on commit 960ab99

Please sign in to comment.