浏览代码

Script typo

master
The Dod 1 天前
父节点
当前提交
1b92190482
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install.sh

+ 1
- 1
install.sh 查看文件

1
 #!/bin/bash
1
 #!/bin/bash
2
-cd "$(basename "$0")"
2
+cd "$(dirname "$0")"
3
 virtualenv venv
3
 virtualenv venv
4
 source venv/bin/activate
4
 source venv/bin/activate
5
 pip install -r requirements.txt
5
 pip install -r requirements.txt

正在加载...
取消
保存