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

dts not working on MacOS #77

Open
suyashcjoshi opened this issue Mar 23, 2021 · 1 comment
Open

dts not working on MacOS #77

suyashcjoshi opened this issue Mar 23, 2021 · 1 comment

Comments

@suyashcjoshi
Copy link

Testing the Installation - this command is not working on MacOS after successfully downloading and installing pip3 install --no-cache-dir --user -U duckietown-shell

$ which dts

Output:

% which dts
dts not found

@liampaull
Copy link
Member

MacOS is not officially supported. But likely the problem is that you have not added the path to where pip installs binaries to your path. I use pyenv so mine is /Users/liam/.pyenv/shims/dts but yours might be different based on your configuration. Whatever the path is added it to your PATH environment variable in your shell initialization (e.g., bashrc) and you should be good to go.

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

2 participants