Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installtion process-python command cannot be found, can be rectified. #732

Closed
Tishasoumya-02 opened this issue Mar 7, 2023 · 4 comments · May be fixed by collective/training_buildout#32

Comments

@Tishasoumya-02
Copy link

In the installation process of plone for training an error occurs -python command cannot be found so we can either specifically mention in the docs to edit the makefile and change python -m venv venv to python3 -m venv venv or directly make changes in the repository from where the code is getting cloned on to our system.

@wesleybl
Copy link
Member

wesleybl commented Mar 7, 2023

@Tishasoumya-02 I think the correct thing to do here is to change in the repository:

https://github.com/collective/training_buildout/blob/d4c780da1013da285f21cf01d39b51bb5f8a5932/Makefile#L31

@stevepiercy
Copy link
Contributor

I agree with @wesleybl. @Tishasoumya-02 would you be so kind as to create a new issue in that repository, and reference this issue? And better yet, please create a PR to make that change? Thank you!

@Tishasoumya-02
Copy link
Author

Sure @wesleybl @stevepiercy .

@stevepiercy
Copy link
Contributor

Fixed in collective/training_buildout#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants