我使用Ubuntu 16.04并且无法遵循Vapor Toolbox的安装指南。我使用了指南中描述的swiftenv,并安装了Swift的Ubuntu 15.10版本,但是尝试安装工具箱会导致以下结果:
$ curl -sL toolbox.vapor.sh | bash
✅ Compatible
Downloading...
Compiling...
<unknown>:0: error: build had 1 command failures
error: exit(1): /home/william/.swiftenv/versions/DEVELOPMENT-SNAPSHOT-2016-09-06-a/usr/bin/swift-build-tool -f /home/william/workspace/.vapor-toolbox-0.10.2/vapor-toolbox/.build/release.yaml
Installing...
bash: line 24: .build/release/Executable: No such file or directory
Use vapor --help and vapor <command> --help to learn more.
尝试&#39;蒸汽&#39;结果:
$ vapor
vapor: command not found
答案 0 :(得分:0)
这应该在最新版本的工具箱中解决。
使用
安装brew install vapor/tap/toolbox
或
curl -sL toolbox.vapor.sh | bash