File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"init" : {
3
3
"initScript" : {
4
- "path" : " .scripts/sdk_init.sh"
4
+ "path" : " ./ scripts/sdk_init.sh"
5
5
}
6
6
},
7
7
8
8
"generateAndBuild" : {
9
9
"generateAndBuildScript" : {
10
- "path" : " .scripts/sdk_generate.sh" ,
10
+ "path" : " ./ scripts/sdk_generate.sh" ,
11
11
"stderr" : {
12
12
"storeAllLog" : true
13
13
},
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
- # install python3.8
4
- sudo apt-get install python3.8
5
- sudo apt-get install python3.8-venv
6
-
7
- # init env
8
- rm -rf $TMPDIR /venv-sdk
9
- python3.8 -m venv $TMPDIR /venv-sdk
10
- VIRTUAL_ENV=$TMPDIR /venv-sdk
11
- export VIRTUAL_ENV
12
- PATH=" $VIRTUAL_ENV /bin:$PATH "
13
- export PATH
14
- python -m pip install -U pip
15
- python scripts/dev_setup.py -p azure-core
16
- echo " {}" >> $1
17
- echo " [Generate] init success!!!"
You can’t perform that action at this time.
0 commit comments