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

Changed python command to python3 #26

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

Tishasoumya-02
Copy link
Contributor

Changed python -m venv venv to python3 -m venv venv

Change python -m venv venv to python3 -m venv venv
@ksuess ksuess linked an issue Mar 8, 2023 that may be closed by this pull request
@ksuess ksuess merged commit 0fa2cf2 into collective:main Mar 8, 2023
@ksuess
Copy link
Member

ksuess commented Mar 8, 2023

I am merging this with discomfort, as Python is Python 3 nowadays.
Python 2 is not anymore supported since January 1st, 2020.

@Tishasoumya-02
Copy link
Contributor Author

Sorry but I am curious and not able to understand is something wrong with this change , I am asking because you mentioned discomfort.

@Tishasoumya-02 Tishasoumya-02 deleted the Plone-Installation branch March 8, 2023 07:53
@ksuess
Copy link
Member

ksuess commented Mar 8, 2023

This change solves the problem installing the Plone backend for the training.

But in general the local Python installation should be Python 3, not Python 2. Python 2 is outdated.
With Python 2 you will get in trouble earlier or later when developing with Python.

With Python 3 as a default Python you would not run into the problem of #25

For switching to Python 3 as default Python, please have a look at pyenv https://realpython.com/intro-to-pyenv/

@Tishasoumya-02
Copy link
Contributor Author

Understood! Thank you.

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 this pull request may close these issues.

Installtion process-python command cannot be found.
2 participants