Skip to main content

set macOS app environment variables (Info.plist LSEnvironment)

Project description

Installation

$ [sudo] pip install mac-app-env

How it works

.env file

PATH=path/to/custom/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

<app>/Contents/Info.plist

<key>LSEnvironment</key>
<dict>
     <key>PATH</key>
     <string>path/to/custom/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>

Examples

$ find . "*.app" | xargs python -m mac_app_env .env

paths with spaces:

$ find . "*.app" -exec python -m mac_app_env .env {} \;

readme42.com

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

mac-app-env-2020.12.3.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file mac-app-env-2020.12.3.tar.gz.

File metadata

  • Download URL: mac-app-env-2020.12.3.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for mac-app-env-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 6b921ed7d460ef1aa94061b548abfdfe5315376f3fa8bf744f44d747bb97f422
MD5 181d1a0a6bf490d75a8afea9c9992158
BLAKE2b-256 af2de567cb4ba0020a2d61c5575e9c737acd97b2d1eedc509bf7d5b49db3a0bf

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