Skip to content

Commit

Permalink
Add info about Windows uppercase pitfall
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajron committed Nov 14, 2023
1 parent 561e179 commit b5eeb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ defined in the following list:
- Default value, if provided.
- Empty string.

Note that on Windows environment variable names in `os.environ` are
[always uppercase](https://docs.python.org/3/library/os.html#os.environ)!
This may lead to some unexpected expansions if your variables are not all uppercase.

## Related Projects

- [Honcho](https://github.com/nickstenning/honcho) - For managing
Expand Down

0 comments on commit b5eeb4b

Please sign in to comment.