pex console_scripts unavailable
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
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