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
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: