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
and the resulting bin/plonecli_autocomplete.sh is mangled. The first line is missing and replaced by a shebang to the local python executable and python syspath code is added at the end:
Hmm, this seems to be caused by buildout. pip install plonecli in a virtualenv has the bin/plonecli_autocomplete.sh copied pristine without the modifications.
When I install plonecli in a tools builout using:
the plone_autocomplete.sh gets procesed by the setup.py scripts attribute at
plonecli/setup.py
Line 40 in 5ba7bc5
and the resulting bin/plonecli_autocomplete.sh is mangled. The first line is missing and replaced by a shebang to the local python executable and python syspath code is added at the end:
The text was updated successfully, but these errors were encountered: