You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATTENTION: This story is blocked by #38 that needs to be implemented first.
See also #352 so we will not isolate pip to its own software/pip folder but accept that it lives inside software/python.
Hint: Pip commandlet will be a simply proxy commandlet (like cubectl) that only delegates to pyhton for installation and will run pip inside software/python on runTool.
Hint: We have created DelegatingToolCommandlet for such "proxy commandlet" in the context of Kubectl. This can be reused here.
The text was updated successfully, but these errors were encountered:
Create
ToolCommandlet
for PipOld commandlet:
https://github.com/devonfw/ide/blob/master/scripts/src/main/resources/scripts/command/pip
ATTENTION: This story is blocked by #38 that needs to be implemented first.
See also #352 so we will not isolate
pip
to its ownsoftware/pip
folder but accept that it lives insidesoftware/python
.Hint: Pip commandlet will be a simply proxy commandlet (like
cubectl
) that only delegates topyhton
for installation and will runpip
inside software/python onrunTool
.Hint: We have created
DelegatingToolCommandlet
for such "proxy commandlet" in the context ofKubectl
. This can be reused here.The text was updated successfully, but these errors were encountered: