Skip to content

Commit

Permalink
fix: remove pip install meld3
Browse files Browse the repository at this point in the history
  • Loading branch information
neargle authored Jan 7, 2019
1 parent d5ba591 commit 9d28e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ EOF
# install requirements
$sh_c 'pip install --upgrade pip'
$sh_c 'pip install --upgrade supervisor>=3.3'
$sh_c 'pip install meld3==1.0.0 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com'
# $sh_c 'pip install meld3==1.0.0 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com'
# $sh_c 'wget -qO /tmp/meld3-1.0.2.tar.gz https://pypi.python.org/packages/source/m/meld3/meld3-1.0.2.tar.gz && tar -zxf /tmp/meld3-1.0.2.tar.gz -C /tmp/ && cd /tmp/meld3-1.0.2/ && /usr/bin/env python setup.py install && cd - && rm -rf /tmp/meld3*'
$sh_c 'pip install -r /opt/xunfeng/requirements.txt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com'
sdpid=$(ps -ef | grep supervisord | grep -v grep | awk '{print $2}')
Expand Down

0 comments on commit 9d28e2b

Please sign in to comment.