Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap binaries under install/lib/{PACKAGE}, not top level
The current code was wrapping every binary located under install/bin, which contains binaries from packages that may not be related to ament_virtualenv at all. This was causing failures due to the venv being used when it shouldn't. In addition the use_system_packages was hard coded to false which requires every single python package be within the venv, which is not generally the case.
- Loading branch information