Groups
Groups
Sign in
Groups
Groups
OSv Development
Conversations
About
Send feedback
Help
[COMMIT osv master] cirp: force pip to install to user directory
5 views
Skip to first unread message
Commit Bot
unread,
Mar 10, 2022, 11:28:40 PM
3/10/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to osv...@googlegroups.com, Waldemar Kozaczuk
From: Waldemar Kozaczuk <
jwkoz...@gmail.com
>
Committer: Waldemar Kozaczuk <
jwkoz...@gmail.com
>
Branch: master
cirp: force pip to install to user directory
Signed-off-by: Waldemar Kozaczuk <
jwkoz...@gmail.com
>
---
diff --git a/.travis/cirp/install.sh b/.travis/cirp/install.sh
--- a/.travis/cirp/install.sh
+++ b/.travis/cirp/install.sh
@@ -67,11 +67,11 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then
pyenv global $(pyenv versions | grep -o ' 3\.[5-99]\.[1-99]' | tail -n1)
fi
-python3 -m pip install --upgrade pip
-python3 -m pip install setuptools
+python3 -m pip install --user --upgrade pip
+python3 -m pip install --user setuptools
# Don't install again if already installed.
# OSX keeps re-installing it tough, as it uses a temp per-script virtualenv.
if ! python3 -m pip list --format=columns | grep '^ci-release-publisher '; then
- python3 -m pip install
https://files.pythonhosted.org/packages/49/20/2631e993daa85b35c8390e8124570b0321825e6a77e566492b4637566983/ci_release_publisher-0.3.0.tar.gz
+ python3 -m pip install --user
https://files.pythonhosted.org/packages/49/20/2631e993daa85b35c8390e8124570b0321825e6a77e566492b4637566983/ci_release_publisher-0.3.0.tar.gz
fi
Reply all
Reply to author
Forward
0 new messages