pex console_scripts unavailable

2018-06-01 Thread WaffleSouffle
Python module with the following file structure: . ├── mefoo │   ├── __init__.py │   ├── bar.py │   └── command_line │   ├── __init__.py │   ├── cli1.py │   └── cli2.py └── setup.py Stripped down `setup.py` is #!/usr/bin/env python3 i

pex console_scripts unavailable

2018-06-01 Thread WaffleSouffle
I'd like to embed console_scripts in a pex file and be able to use them by specifying them when invoking the pex file. The details are... Python module with the following file structure: . ├── mefoo │   ├── __init__.py │   ├── bar.py │   └── command_line │   ├── __ini