Closed TxGVNN closed 1 year ago
Hi @purcell
I wonder why we don't propagate env for async-shell-command. Sometimes I use async-shell-command to call pip install but the pip version is not correct
pip install
And this help me
(advice-add 'async-shell-command :around #'envrc-propagate-environment)
Thanks
Makes sense, done — thanks!
Hi @purcell
I wonder why we don't propagate env for async-shell-command. Sometimes I use async-shell-command to call
pip install
but the pip version is not correctAnd this help me
Thanks