-
Notifications
You must be signed in to change notification settings - Fork 33
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
Closed
julia-cap
wants to merge
16
commits into
devonfw:main
from
julia-cap:feature/353_Implement_ToolCommandlet_for_pip
Closed
#353 Implement tool commandlet for pip #1097
julia-cap
wants to merge
16
commits into
devonfw:main
from
julia-cap:feature/353_Implement_ToolCommandlet_for_pip
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- added help properties for Python
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]> Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]> Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]> Co-authored-by: Jörg Hohwiller <[email protected]>
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]>
Co-authored-by: Jörg Hohwiller <[email protected]>
- added entries to help.properties
hohwille
reviewed
Mar 7, 2025
This PR will be closed. Implementation will be continued in PR #1114. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #353
Implements:
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:
In case an error occurs, a bug needs to be filed.