Fix github git protocol for dev install
This commit is contained in:
4
install
4
install
@@ -471,7 +471,7 @@ wo_install() {
|
|||||||
if [ "$wo_branch" = "master" ]; then
|
if [ "$wo_branch" = "master" ]; then
|
||||||
python3 -m pip install -U wordops
|
python3 -m pip install -U wordops
|
||||||
else
|
else
|
||||||
python3 -m pip install -I "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
|
python3 -m pip install -I "git+https://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
|
||||||
fi
|
fi
|
||||||
local python_venv
|
local python_venv
|
||||||
python_venv=$(python3 -c "import sys; print(sys.version_info[1])")
|
python_venv=$(python3 -c "import sys; print(sys.version_info[1])")
|
||||||
@@ -528,7 +528,7 @@ wo_travis_install() {
|
|||||||
fi
|
fi
|
||||||
python3 -m pip install -U .
|
python3 -m pip install -U .
|
||||||
else
|
else
|
||||||
python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
|
python3 -m pip install -U "git+https://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
|
||||||
fi
|
fi
|
||||||
cp -rf /opt/wo/lib/python3."$python_ver"/site-packages/usr/* /usr/
|
cp -rf /opt/wo/lib/python3."$python_ver"/site-packages/usr/* /usr/
|
||||||
cp -rn /opt/wo/lib/python3."$python_ver"/site-packages/etc/* /etc/
|
cp -rn /opt/wo/lib/python3."$python_ver"/site-packages/etc/* /etc/
|
||||||
|
|||||||
Reference in New Issue
Block a user