Feature Request: Error out when -p
has a path that does not point to a valid python
#1074
Labels
-p
has a path that does not point to a valid python
#1074
When creating a pex, I used
-p /Users/myacct/.pyenv/shims/python
on the command line. This resulted in__main__.py
contain BASH commands. It would be great if thepex
command validated that paths passed via-p
pointed to valid python interpreters.pex -r /tmp/jupyterlab-requirements.txt -o jupyter-labs.pex -p /Users/myacct/.pyenv/shims/python
built a pex that showed the following error whenjupyter-labs.pex -e jupyterlab.labapp:main
was run:The text was updated successfully, but these errors were encountered: