Best way to create a global environment variable?

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Docker Compose

    Define and run multi-container applications with Docker

  • I'm not quite sure if I'm using the correct terminology by calling it a "global environment variable," but what I'm trying to do is to get docker-compose working on my Raspberry Pi4. However, the releases don't have a precompiled linux version for ARMv8. Therefore, I figured that I would try compiling it from source. Here's what I've done so far: $ wget https://github.com/docker/compose/archive/refs/tags/v2.2.2.tar.gz` $ tar -xf v2.2.2.tar.gz $ cd compose-2.2.2 $ ./configure $ sudo ln -s /home//docker/compose-2.2.2/bin/docker-compose /usr/bin/docker-container I now have a file called docker-container which I can run with ./docker-container. However, it's only executable when I'm already in /usr/bin/ and I'd like to be able to run it anywhere.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts