lai95588 / sh-python-installer

General easy to use Raspberry Pi & Ubuntu Python installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version

Raspberry Pi / Ubuntu easy Python installer

An easy way to install a new Python version on a Raspberry Pi. Works also on Ubuntu!

Installation

No real installation needed.

You can simply run this installer by

wget -qO - https://raw.githubusercontent.com/tvdsluijs/sh-python-installer/main/python.sh | sudo bash -s [python_verion]

fill in the Python version you want at [python_verion]

So, if you want to install version 3.9.3 do:

wget -qO - https://raw.githubusercontent.com/tvdsluijs/sh-python-installer/main/python.sh | sudo bash -s 3.9.6

on your Raspberry Pi.

For 3.10 do

wget -qO - https://raw.githubusercontent.com/tvdsluijs/sh-python-installer/main/python.sh | sudo bash -s 3.10.0

For 3.11 Alpha do

wget -qO - https://raw.githubusercontent.com/tvdsluijs/sh-python-installer/main/python.sh | sudo bash -s 3.11.0a1

Thanks to / Credits

  • Henry (e78com.com)

Versions

  • 1.0.1 / 21 Okt 2021 (Minor changes with Sudo)
  • 1.0.0 / 26 sept 2021 (First Release)

NOTE

This script updates your Raspberry Pi OS !!! If you don't want to update the OS DO NOT USE THIS SCRIPT!


License & Copyrights

Copyright (c) 2021 itheo.tech / Theo van der Sluijs

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Get your copy of the MIT License.

Support

For support, go to itheo.tech and contact me!

About

General easy to use Raspberry Pi & Ubuntu Python installer

License:MIT License


Languages

Language:Shell 100.0%