Skip to content

chore: avoid running python dev scripts with system python#520

Merged
nathanwn merged 2 commits into
stagingfrom
remove-python-shebangs
Oct 18, 2023
Merged

chore: avoid running python dev scripts with system python#520
nathanwn merged 2 commits into
stagingfrom
remove-python-shebangs

Conversation

@nathanwn

Copy link
Copy Markdown
Member

This pull request is to ensure we run all dev scripts written in Python with our current development python version 3.11 (as specified in the CONTRIBUTING.md file) instead of system Python (/usr/bin/env python). This includes:

  • Removing all /usr/bin/env python shebang from Python scripts.
  • Modifying the way these scripts are run in the integration_test_docker.sh script.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 18, 2023
@nathanwn nathanwn marked this pull request as ready for review October 18, 2023 05:55
@nathanwn nathanwn self-assigned this Oct 18, 2023
@nathanwn nathanwn merged commit 55f95f6 into staging Oct 18, 2023
@nathanwn nathanwn deleted the remove-python-shebangs branch October 18, 2023 06:23
art1f1c3R pushed a commit that referenced this pull request Nov 29, 2024
Signed-off-by: Nathan Nguyen <nathan.nguyen@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants