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 details)
File details
Details for the file launchd-env-2020.12.3.tar.gz
.
File metadata
- Download URL: launchd-env-2020.12.3.tar.gz
- Upload date:
- Size: 1.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63e16c04cf85c4c0239f8e7e52bf9c817ca54011e17f4c940ff483bedb1ee8b |
|
MD5 | 5fbd89b79e762eb3ffe57d98e86b8de3 |
|
BLAKE2b-256 | 506a4db754e0639f097838e80f15b49fa36f1f77949ff2778834371b0c0bfbad |