Skip to content

[FIX] Replace python with python3 in install scripts, docs and shebangs#1120

Merged
canihavesomecoffee merged 2 commits into
CCExtractor:masterfrom
x15sr71:fix/python3-install-references
Jun 9, 2026
Merged

[FIX] Replace python with python3 in install scripts, docs and shebangs#1120
canihavesomecoffee merged 2 commits into
CCExtractor:masterfrom
x15sr71:fix/python3-install-references

Conversation

@x15sr71

@x15sr71 x15sr71 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used the project.
  • I have used the project briefly.
  • I have used the project extensively, but have not contributed previously.
  • I am an active contributor to the project.

Updated install scripts, documentation and shebangs to use python3 consistently, as the python command is not reliable across different system configurations

Changes:

  • install/install.sh — replaced python with python3 in all command invocations, updated update-alternatives to reference python3 instead of python3.9
  • install/installation.md — updated cron setup instruction and gunicorn bootstrap command to use python3
  • README.md — updated manage.py usage example to use python3
  • mod_ci/cron.py, install/init_db.py, install/sample_db.py, mod_upload/progress_ftp_upload.py — updated shebangs from #!/usr/bin/python to #!/usr/bin/python3

@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

@canihavesomecoffee canihavesomecoffee merged commit c1dd234 into CCExtractor:master Jun 9, 2026
6 checks passed
@x15sr71 x15sr71 deleted the fix/python3-install-references branch June 9, 2026 22:03
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.

2 participants