GithubHelp home page GithubHelp logo

lxspacepy's Introduction

Python环境一键安装脚本,适用于Linux

这是一个用于在 Linux 系统上一键安装 Python 的脚本。该脚本使用 curl 或 wget 命令从 GitHub 下载并执行,可以帮助你快速安装 Python。

使用方法

1. 复制以下命令并在终端中运行:

curl -O https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

国内:

curl -O https://ghproxy.com/https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

或者使用 wget 命令:

wget --no-check-certificate https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

国内:

wget --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

2. 按照提示进行操作

运行脚本后,你将看到一些提示信息,例如选择要安装的 Python 版本、安装目录等。按照提示进行操作即可完成安装。

注意事项

  • 运行脚本需要在 Linux 终端下执行。
  • 需要根据当前系统的架构选择合适的版本,否则可能会安装失败。
  • 如果您已经安装了 Python,请不要重复安装。

其他

个人网站:lxspace.top

免责声明:本脚本仅供学习和交流使用,请勿用于非法用途,由此引起的任何法律问题与本脚本作者无关。

lxspacepy's People

Contributors

lx969788249 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.