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
dts not showing this line $ which dts should output something like: /home/![user]/.local/bin/dts
If nothing is output you may need to add /home/![user]/.local/bin to your shell path. You can do so by adding the line:
export PATH=$PATH:/root/.local/bin
into your ~/.bashrc file (if you use bash, otherwise the corresponding shell initialization file).
i try this but still not showing how to fix it?
The text was updated successfully, but these errors were encountered:
Have you tried logging out then logging back in after you install dts? Thats what the docs say.
Sorry, something went wrong.
its working now but not showing list of robot like this
https://docs.duckietown.org/daffy/opmanual_duckiebot/out/assets/data-from-img-compose_first_setup_step3-d98b4caf.png
No branches or pull requests
dts not showing this line
$ which dts
should output something like: /home/![user]/.local/bin/dts
If nothing is output you may need to add /home/![user]/.local/bin to your shell path. You can do so by adding the line:
export PATH=$PATH:/root/.local/bin
into your ~/.bashrc file (if you use bash, otherwise the corresponding shell initialization file).
i try this but still not showing
how to fix it?
The text was updated successfully, but these errors were encountered: