## 安装***dep***
```
go get github.com/golang/dep/cmd/dep
```
## 运行
```
$ dep
```
## 显示
```
bash: dep: command not found
```
## 求解答?
[root@localhost telegraf]# whereis dep
dep: /root/go/bin/dep
将dep安装到go的bin目录下,如果go设置了环境变量,那dep也可以的
#1