Skip to main content

manage launchd.plist environment variables

Project description

Install

$ [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

CLI

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>
...

readme-md - README.md 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.2.25.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

launchd_env-2019.2.25-py2.py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 2 Python 3

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