We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you are reporting a bug, please use the template below:
Installation failed with both brew and curl -sL https://howtowhale.github.io/dvm/downloads/latest/install.sh | sh
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.
/Users/<user_name>/dvm-helper/dvm-helper
I then hard coded the DVM_HELPER to be /Users/<user_name>/.dvm/dvm-helper/dvm-helper
/Users/<user_name>/.dvm/dvm-helper/dvm-helper
It should have installed correctly with the proper DVM_HELPER path.
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I think this has been fixed by #178.
No branches or pull requests
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
After changing the -q flag in dvm.sh to a -P the following occured
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?
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
The text was updated successfully, but these errors were encountered: