Skip to main content

Run different shell commands depending on your OS or CPU arch.

Project description

run-by-arch helps you organize and run programs compiled for varying operating systems and CPU target architectures.

Installation

run-by-arch is a Python program that works with both Python 2 and 3. You can install it with pip install run-by-arch.

run-by-arch does not depend on any other Python packages, so it is safe to install it into your system Python.

Why do I need run-by-arch?

For example, if you are working on a program called my-program with binaries stored on a Network File System instance shared between 64-bit Linux and MacOS users, then users of both operating systems can run run-by-arch my-program followed by the arguments for that program.

For a Linux user, run-by-arch will run the binary found at the directory ./run-by-arch/linux-x86_64/my-program.

For a MacOS user, run-by-arch will run the binary found at ./run-by-arch/darwin-x86_64/my-program.

If you set the environment variable RUN_BY_ARCH_PREFIX, you can tell run-by-arch to look anywhere else on your filesystem.

run-by-arch expects the path at RUN_BY_ARCH_PREFIX to have subdirectories named after the operating system hyphenated with the CPU architecture. If you set RUN_BY_ARCH_PREFIX=/prefix, then your binaries should be located at:

  • /prefix/darwin-x86_64/ for 64-bit MacOS computers with Intel CPUs (not the Apple M1)

  • /prefix/linux-x86_64/ for 64-bit Linux computers

  • /prefix/windows-x86_64/ for 64-bit Windows computers

  • /prefix/linux-i386/ for 32-bit Linux computers

  • …and so on…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

run-by-arch-0.0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

run_by_arch-0.0.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file run-by-arch-0.0.1.tar.gz.

File metadata

  • Download URL: run-by-arch-0.0.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for run-by-arch-0.0.1.tar.gz
Algorithm Hash digest
SHA256 75ec4fec0b5db27bcbf417bbd8645cc452301229014b604d4283b89a41c1fe2c
MD5 ea373ce208c6fd6196c973a4638f26f2
BLAKE2b-256 bc710a5f6a0b5aec885c2ccf0d36cb6028dcbacde790a9dd056922128091e5c3

See more details on using hashes here.

File details

Details for the file run_by_arch-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: run_by_arch-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for run_by_arch-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd4b7fed4bca0ab90f260b7e74994bdeab203f76a6e1c2a1222fc32f8e635f1c
MD5 b7cf9f468eabb26991dc51cd23c78b84
BLAKE2b-256 4cbcdee371c0181af2c8b5b36d02a779d107ae037d33a9e4dead90685913af3d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page