How to Install Python on Coreos?

Python2

wget -qO- https://raw.githubusercontent.com/judexzhu/Install-Python-on-CoreOs/master/install-python.sh | sudo bash

Python3

wget -qO- https://raw.githubusercontent.com/judexzhu/Install-Python-on-CoreOs/master/install-python3.sh | sudo bash

$ rpm-ostree install python
$ systemctl reboot


cat > ~/.bashrc << EOF
export PATH=$PATH:/opt/bin
EOF
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x