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

problems with sudo t2 on Linux #1085

Closed
nvasilakis opened this issue Nov 11, 2016 · 1 comment
Closed

problems with sudo t2 on Linux #1085

nvasilakis opened this issue Nov 11, 2016 · 1 comment

Comments

@nvasilakis
Copy link

Hi,

Trying to setup the tessel on Ubuntu 16.04 LTS (server edition), a couple of things do not work as expected:

  • sudo t2 install-drivers returns sudo: t2: command not found; this is resolved by running the full path sudo /home/nikos/.npm-global/bin/t2 install-drivers
  • returns t2: no such command 'install-drivers'; by looking into the source, i see that the correct way to run it is sudo /home/nikos/.npm-global/bin/t2 install drivers (without the -).

I think these are caused by npm building the t2 package from source. This, by the way, depended on make and python -- which might need to find their way into the dependencies or Linux documentation (some kind of checking within the scripts should be enough though).

@rwaldron
Copy link
Contributor

That was recently renamed when the operation was split up for extensibility. Thanks for the report!

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