Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94208842
install-pip.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 4, 18:21
Size
175 B
Mime Type
text/x-shellscript
Expires
Fri, Dec 6, 18:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22542239
Attached To
rAKA akantu
install-pip.sh
View Options
#!/usr/bin/env bash
set
-euo pipefail
for
PIP in /opt/python/cp*/bin/pip;
do
$PIP
install --disable-pip-version-check --upgrade pip
$PIP
install scikit-build
==
0.8.1
done
Event Timeline
Log In to Comment