manage launchd.plist environment variables
Project description
Installation
$ [sudo] pip install launchd-env
Examples
~/Library/LaunchAgents/.env
PATH=/Users/username/.local/share/bin
$ python -m launchd_env ~/Library/LaunchAgents/.env ~/Library/LaunchAgents/agent.plist
~/Library/LaunchAgents/agent.plist
... <key>EnvironmentVariables</key> <dict> <key>PATH</key> <string>/Users/username/.local/share/bin</string> </dict> ...
$ find ~/Library/LaunchAgents -name "*.plist" -print0 | xargs -0 python -m launchd_env ~/Library/LaunchAgents/.env
Related
Project details
Release history Release notifications | RSS feed
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-2020.12.3.tar.gz
(1.9 kB
view hashes)