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

Error Installing on Mac OSX - Sierra - ZSH, OhMyZsh, iTerm #165

Closed
imjohsep opened this issue Jun 9, 2017 · 2 comments
Closed

Error Installing on Mac OSX - Sierra - ZSH, OhMyZsh, iTerm #165

imjohsep opened this issue Jun 9, 2017 · 2 comments

Comments

@imjohsep
Copy link

imjohsep commented Jun 9, 2017

If you are reporting a bug, please use the template below:

What didn't work?

Installation failed with both brew and curl -sL https://howtowhale.github.io/dvm/downloads/latest/install.sh | sh

$ dvm 
zsh: command not found: dvm
# added `[ -f /usr/local/opt/dvm/dvm.sh ] && . /usr/local/opt/dvm/dvm.sh` to profile
$ source ~/.zshrc
/usr/bin/cd: line 4: cd: -q: invalid option
cd: usage: cd [-L|-P] [dir]

After changing the -q flag in dvm.sh to a -P the following occured

$ dvm
Installation corrupt: dvm-helper is missing. Please reinstall dvm.

The result of DVM_HELPER in dvm.sh is: /Users/<user_name>/dvm-helper/dvm-helper
Obviously, user_name is my user name.

I then hard coded the DVM_HELPER to be /Users/<user_name>/.dvm/dvm-helper/dvm-helper

What should it have done?

It should have installed correctly with the proper DVM_HELPER path.

Helpful Context

If you can provide the following info, it will help us figure things out more quickly! 😄

What version of dvm are you using?

$ dvm --version
Docker Version Manager version 0.8.3 (62dc2cb)

What is your Operating System?

Mac OSX Sierra

What is your shell (bash/powershell/cmd/fish)?

ZSH

How did you install dvm (command-line,chocolatey,homebrew)?

command-line and homebrew

Do you like kittens? 😸

Of course! Bubs

@carolynvs
Copy link
Collaborator

Thanks for the bug report. If anyone with time and ZSH would like to work on a fix, the help would be welcome!

Related:
#130 (comment)
#144

@carolynvs
Copy link
Collaborator

carolynvs commented Oct 17, 2017

I think this has been fixed by #178.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants