What's Changed
* Add env vars, update Dockerfile to not use XDG python for now :( by jessebot in https://github.com/jessebot/onboardme/pull/198
You can now add `env_vars` to `packages.yml` like this:
yaml
most of this is actually for powerline, my shell prompt
pip3.11:
emoji: "🐍"
commands:
list: "pip3.11 list"
this is just till there's a better solution than pipx for Debian Bookworm
ref: https://salsa.debian.org/cpython-team/python3/-/blob/master/debian/README.venv
install: "pip3.11 install --upgrade --user --break-system-packages "
env_vars:
this will pass in $PYTHONUSERBASE as an env var when running install commands
PYTHONUSERBASE: "/home/friend/.local/share/python"
packages:
default:
keep ourselves up to date
- onboardme
**Full Changelog**: https://github.com/jessebot/onboardme/compare/v1.1.8...1.2.0