whalebrew/whalebrew

unkown command xxx for whalebrew since update to 0.2.3

eyenx opened this issue · 1 comments

eyenx commented

Since I updated from 0.1.0 to 0.2.3 I can't start any installed whalebrew packages.

Uninstalled everything and reinstalled the packages without success.

λ ~ .whalebrew/bin/wget
unknown command ".whalebrew/bin/wget" for "whalebrew"
λ ~ whalebrew version                                                                                                                                                        Whalebrew 0.2.3
λ ~ docker version
Client:
 Version:           19.03.1-ce
 API version:       1.40
 Go version:        go1.12.8
 Git commit:        74b1e89e8a
 Built:             Fri Aug 16 14:00:42 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          19.03.1-ce
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.8
  Git commit:       74b1e89e8a
  Built:            Fri Aug 16 13:58:02 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.7.m
  GitCommit:        85f6aa58b8a3170aec9824568f7a31832878b603.m
 runc:
  Version:          1.0.0-rc8
  GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
λ ~ docker run whalebrew/wget
zsh: correct 'whalebrew/wget' to '.whalebrew/wget' [nyae]? n
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
eyenx commented

I'm an idiot, relative paths do not work.

You have to use the absolute path. Sorry!