Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows Powershell environment variables #163

Closed
adamrtalbot opened this issue Aug 29, 2024 · 1 comment
Closed

Support Windows Powershell environment variables #163

adamrtalbot opened this issue Aug 29, 2024 · 1 comment
Milestone

Comments

@adamrtalbot
Copy link
Collaborator

Currently we do not support Windows Powershell variables directly. Our use of os.env means that Windows Powershell users are able to use them, but must use the syntax $env:ENV_VAR_NAME. Typically, the default Windows variables are referenced using a percentage sign, e.g. %ENV_VAR_NAME%. We should do 2 things:

  • Clarify the use of Powershell environment variables in the documentation
  • Support Windows env vars using the percentage sign syntax
@ejseqera
Copy link
Member

Fixed - closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants