[Fix] fixed osx install
This commit is contained in:
parent
4573424e0c
commit
1f70d34b12
@ -85,7 +85,7 @@ matrix:
|
||||
services: []
|
||||
before_install: []
|
||||
install:
|
||||
- python -m pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
||||
- python3 -m pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
||||
- bash ./install_osx.sh
|
||||
before_script: []
|
||||
script:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python=$1
|
||||
prefix=$3
|
||||
prefix=$2
|
||||
|
||||
[[ -z $python ]] && python=python
|
||||
[[ -z $prefix ]] && prefix=/usr
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bash ./install.sh python3 pip3 /usr/local
|
||||
bash ./install.sh python3 /usr/local
|
Loading…
Reference in New Issue
Block a user