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

katakoda: Stages scenario seems to never start #2185

Closed
iesahin opened this issue Feb 12, 2021 · 1 comment
Closed

katakoda: Stages scenario seems to never start #2185

iesahin opened this issue Feb 12, 2021 · 1 comment

Comments

@iesahin
Copy link
Contributor

iesahin commented Feb 12, 2021

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.

~$ 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.

@iesahin
Copy link
Contributor Author

iesahin commented Feb 12, 2021

duplicate of #2184

@iesahin iesahin closed this as completed Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant