plone / buildout.coredev

Plone Core Development Buildout
http://docs.plone.org/develop/coredev/docs/
74 stars 75 forks source link

Add sanity check for bootstrap-pyenv.sh #861

Closed pgrunewald closed 1 year ago

pgrunewald commented 1 year ago

I unfortunately called this script without having the pyenv script present and ended up pip installing everything on the default installation.

Adding here a sanity check to prevent this in the future.

pgrunewald commented 1 year ago

I withdraw my PR, since it is still broken - at least for me. The commands do not work, but create various virtualenvs. It should be deleted, since the pyenv script is outdated anyway (displaying a warning, whenever used).

bootstrap.sh works as expected, though.

davisagli commented 1 year ago

@pgrunewald Thanks for trying to improve the situation.

I think we should remove the bootstrap-pyenv.sh file, and add a few lines to the readme to say how to get started, rather than just linking to the docs which unfortunately still need a significant round of revisions.