thoughtbot / dotfiles

A set of vim, zsh, git, and tmux configuration files.
https://thoughtbot.com
Other
7.99k stars 1.86k forks source link

Python3 os.getenv Failed to Gather Environment Variable During Runtime #720

Open GangGreenTemperTatum opened 1 year ago

GangGreenTemperTatum commented 1 year ago

Howdy!

Ventura 13.4 using zsh.

I was using the dotfiles and followed all the steps including creating some custom dotfiles-local/ of my own. Whatever file I export an environment variable to any file such as

Upon adding the environment variable's, I also started a fresh terminal and used rcup from ~/. Via os.getenv with Python3 does not seem to be able to verify it's existence. Though I don't think its soley related to os.getenv as when I export, I never see the variable listed either.

Which dir/file should I be using to store local environment variable's with this setup?

Thank you so much for your awesome contributions 🙏🏼

TYIA!