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

#353 Implement tool commandlet for pip #1097

Conversation

julia-cap
Copy link
Contributor

@julia-cap julia-cap commented Feb 28, 2025

Fixes #353

Implements:

  • New DelegatingToolCommandlet Pip which is installed inside the Python folder
  • Added property for pip to help.properties and help_de.properties
  • Added entry to CHANGELOG

This PR is blocked by #1073

Note:
Due to this comment in the old pip tool installation script, the following test case should be executed once #38 and #353 have been merged:

  • On Linux, install Python
  • Install pip
  • Install AWS
    In case an error occurs, a bug needs to be filed.

julia-cap and others added 15 commits February 24, 2025 18:14
- added help properties for Python
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.3 to 1.5.16.
- [Commits](qos-ch/logback@v_1.5.3...v_1.5.16)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <[email protected]>
- added entries to help.properties
@julia-cap julia-cap self-assigned this Feb 28, 2025
@julia-cap julia-cap added enhancement New feature or request python runtime for python language labels Feb 28, 2025
@julia-cap julia-cap marked this pull request as draft March 7, 2025 09:40
@julia-cap
Copy link
Contributor Author

This PR will be closed. Implementation will be continued in PR #1114.

@julia-cap julia-cap closed this Mar 7, 2025
@julia-cap julia-cap deleted the feature/353_Implement_ToolCommandlet_for_pip branch March 7, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python runtime for python language
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Implement ToolCommandlet for pip
6 participants