Skip to content

Commit 960ab99

Browse files
committed
Rename "install" to "install_venv"
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"
1 parent 876c9c9 commit 960ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ament_virtualenv/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'build_venv = ament_virtualenv.build_venv:main',
3636
'combine_requirements = ament_virtualenv.combine_requirements:main',
3737
'glob_requirements = ament_virtualenv.glob_requirements:main',
38-
'install = ament_virtualenv.install:main',
38+
'install_venv = ament_virtualenv.install:main',
3939
'wrap_module = ament_virtualenv.wrap_module:main',
4040
'wrap_package = ament_virtualenv.wrap_package:main',
4141
],

0 commit comments

Comments
 (0)