Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163510
D5438.id19437.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
470 B
Subscribers
None
D5438.id19437.diff
View Options
diff --git a/bin/install b/bin/install
--- a/bin/install
+++ b/bin/install
@@ -4,11 +4,11 @@
PREREQUISITES="pre-commit flake8 pifpaf tox wheel mypy"
-pip install --upgrade pip "$@"
+python3 -m pip install --upgrade pip "$@"
-pip install $PREREQUISITES "$@"
+python3 -m pip install $PREREQUISITES "$@"
bin/pip-swh-packages --with-testing | \
while read pkg_spec ; do
- pip install $pkg_spec
+ python3 -m pip install $pkg_spec "$@"
done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 9:43 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3235069
Attached To
D5438: bin/install: Add support for running outside a virtualenv
Event Timeline
Log In to Comment