We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://katacoda.com/dvc/courses/get-started/stages scenario has
~$ :;: =================================== ~$ :;: Please wait until DVC is installed. ~$ :;: =================================== ~$ until hash dvc &>/dev/null; do sleep 1; done
at start but never seems to end. It looks it's not installed after C-c.
C-c
~$ until hash dvc &>/dev/null; do sleep 1; done ^C ~$ dvc --version Command 'dvc' not found, but can be installed with: snap install dvc
It might be better to ask the user to install via snap install --classic dvc at first.
snap install --classic dvc
The text was updated successfully, but these errors were encountered:
duplicate of #2184
Sorry, something went wrong.
No branches or pull requests
https://katacoda.com/dvc/courses/get-started/stages scenario has
at start but never seems to end. It looks it's not installed after
C-c
.It might be better to ask the user to install via
snap install --classic dvc
at first.The text was updated successfully, but these errors were encountered: