Skip to main content

manage launchd.plist environment variables

Project description

Installation

$ [sudo] pip install launchd-env

Functions

function __doc__
launchd_env.read(path) return a dictionary with plist file environment variables
launchd_env.write(path, **vars) write environment variables to a plist file

Executable modules

usage __doc__
python -m launchd_env.add plist_file env_file ... add environment variables from env file(s)
python -m launchd_env.set plist_file env_file ... set environment variables from env file(s)

Examples

~/Library/LaunchAgents/.env

PATH=/Users/username/.local/share/bin
$ python -m launchd_env.set ~/Library/LaunchAgents/agent.plist ~/Library/LaunchAgents/.env

~/Library/LaunchAgents/agent.plist

...
<key>EnvironmentVariables</key>
<dict>
    <key>PATH</key>
    <string>/Users/username/.local/share/bin</string>
</dict>
...
$ find ~/Library/LaunchAgents -name "*.plist" -exec python -m launchd_env.set {} ~/Library/LaunchAgents/.env \;

Related projects

python-readme-generator

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

launchd-env-2019.4.13.tar.gz (2.1 kB view hashes)

Uploaded Source

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