Giter Club home page Giter Club logo

standalone-python's Introduction

Standalone Python

Empower Your Python Code Everywhere ๐Ÿ

This project provides a versatile solution for running Python in legacy or GLIBC incompatible environments, allowing you to execute version-selected Python scripts effortlessly. Whether you're dealing with older systems or specialized setups, this portable standalone Python is designed to work seamlessly across all Linux platforms.

Key Features:

  • Seamlessly compatible with legacy systems.
  • Ideal for GLIBC-incompatible setups.
  • Handpicked Python versions for your needs.
  • Works effortlessly across all Linux platforms.

Difference Between Others and This Project:

  • python-build-standalone
    • The key difference is that project is relay on system's glibc, and this project is not.
    • There would be a painful issue if you want to run the binary on a system with a different glibc version.
      • like: ./python: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.15' not found (required by ./python)`
    • This project is designed to be compatible with legacy systems, and it is also ideal for GLIBC-incompatible setups.
  • pyinstaller
    • This is a project porting Python to a standalone binary, but it could not be used to run Python scripts directly.
    • It's impossible to deliver a Python script to the endpoint and manipulate pip to install dependencies or other runtime loading operations.
  • nutika
    • This is a project that compiles Python scripts into C code and then compiles them into binaries.
    • It's not a standalone Python, and it's not a Python script that can be run directly.

Usage:

  • Download the latest release (or you would build it yourself, see ci)
  • Untar the file, you will see ./opt/python/
  • The ./opt/python/ is a standalone Python, you can copy or move it to anywhere you want.
  • Run the Python script with the standalone Python:
    • ./opt/python/bin/python ./your_script.py

Currently Only One Dependency:

  • bash

License

Any codes were downloaded from links, follow the license of the original project.

Others are under MIT License.

Get started with Standalone Python today and ensure Python compatibility in any environment! ๐Ÿš€

standalone-python's People

Contributors

t5scc avatar 25077667 avatar qifeikeji 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.