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

debian package doesn't install in default $PATH #58

Closed
mjuarez opened this issue May 7, 2020 · 1 comment
Closed

debian package doesn't install in default $PATH #58

mjuarez opened this issue May 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mjuarez
Copy link

mjuarez commented May 7, 2020

Version

Fastly CLI version 0.7.1 (34ea541)
Built with go version go1.14.2 linux/amd64
$ dpkg -I fastly_0.7.1_linux_amd64.deb 
 new Debian package, version 2.0.
 size 6858676 bytes: control archive=327 bytes.
       1 bytes,     0 lines      conffiles            
     187 bytes,     9 lines      control              
      51 bytes,     1 lines      md5sums              
 Package: fastly
 Version: 0.7.1
 Section: 
 Priority: 
 Architecture: amd64
 Maintainer: Fastly
 Installed-Size: 17788
 Homepage: https://github.com/fastly/cli
 Description: no description given

What happened

fastly package targeted installation in a location not reachable by default $PATH.

$ dpkg -i fastly_0.7.1_linux_amd64.deb
$ fastly
fastly: command not found
$ which fastly
$ dpkg -L fastly
/usr
/usr/local
/usr/local/fastly

The package should probably be installed in /usr/local/bin or something reachable by default $PATH

@mjuarez mjuarez added the bug Something isn't working label May 7, 2020
@phamann
Copy link
Member

phamann commented May 7, 2020

Hi @mjuarez thank you for the report. This was also reported in #53 and has been fixed in #54 but not yet released.

@mjuarez mjuarez closed this as completed May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants