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
{{ message }}
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
Some basic commands such as "git", "wget" not working inside container's terminal while working with Python Stack Workspace on che.onpenshift.io
Current Behaviour
git: command not found
Steps To Reproduce
Create workspace using Python Stack on che.openshift.io
Start the workspace
Open terminal in specific container > python
Type "git"
Additional Information
I tried to find / -name *git* and*wget* with no relevant result. Also tried using quay.io/eclipse/che-python-3.7:7.6.0 instead of :nightly with no result.
The text was updated successfully, but these errors were encountered:
I have the same issue, I was a codenvy.io user, and played around with different languages and linux distros, now I am learning Python in a proper way, and Theia and the containers are more "restricted", I don't know how to handle git repositories besides clone one
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Overview
Some basic commands such as "git", "wget" not working inside container's terminal while working with Python Stack Workspace on che.onpenshift.io
Current Behaviour
git: command not found
Steps To Reproduce
Additional Information
I tried to
find / -name *git*
and*wget*
with no relevant result. Also tried using quay.io/eclipse/che-python-3.7:7.6.0 instead of :nightly with no result.The text was updated successfully, but these errors were encountered: