boilr
boilr copied to clipboard
Installation error: VIRTUAL_ENV not set - using the install script
I am getting the following installation error (after the files have been downloaded), using the install version of the latest release:
Boilr executable is installed to ~/bin/boilr
For more information, see: https://github.com/tmrts/boilr
prompt_virtualenv:1: VIRTUAL_ENV: parameter not set
prompt_virtualenv:2: virtualenv_path: parameter not set
I am running it on MacOS, installed Go 1.8.3, darwin/amd64. Using the install script of release 0.3.0.
BTW: I have realized that the script is actually breaking my terminal window (iTerm), after running the script also go doesn't return the version anymore (go version
).
I have finally installed boilr from source to solve the issues described above, so finally all fine. Feel free to close this issue ;-)