Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8e55abc
)
[build.sh] Add local python bin dir to PATH
45/61345/1
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Fri, 24 Aug 2018 15:52:59 +0000
(17:52 +0200)
committer
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Fri, 24 Aug 2018 15:52:59 +0000
(17:52 +0200)
JIRA: FUEL-383
Change-Id: I5596ed6139317d72fceae3af89e71181aefbd6a3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
ci/build.sh
patch
|
blob
|
history
diff --git
a/ci/build.sh
b/ci/build.sh
index
cb9fe6b
..
3c8a5e7
100755
(executable)
--- a/
ci/build.sh
+++ b/
ci/build.sh
@@
-58,6
+58,8
@@
make -C "${MCP_REPO_ROOT_PATH}/mcp/patches" deepclean patches-import
pushd "${DEPLOY_DIR}" > /dev/null
# Install distro packages and pip-managed prerequisites
+PYTHON_BIN_PATH="$(python -m site --user-base)/bin"
+PATH="$PATH:$PYTHON_BIN_PATH"
notify "[NOTE] Installing required build-time distro and pip pkgs" 2
jumpserver_pkg_install 'build'
pip install pipenv --user