You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Dockerfile-dev so it creates the lando-api-dev script
pip won't generate scripts listed in setup.py's entry_points if the
module is already available in the PYTHONPATH. Scripts in the dev
environment, like lando-api-dev, are not being generated as a result.
Change when we set the PYTHONPATH environment variable in the dev
environment Dockerfile so pip will generate the scripts once
again.
0 commit comments