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

Corrected SCOPE paths for PS 7.x (Windows and Mac) #23

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

rennerom
Copy link
Contributor

Per last PR comments, I set the Scoped paths for module installation to work for PS 7.x on Windows and MacOS. I'll keep a separate fork for PS 5.1 for myself.

Changes (for PS 7.x)

  • Windows AllUsers scope (default): $env:ProgramFiles\PowerShell\Modules
  • Windows CurrentUser scope: $HOME\Documents\PowerShell\Modules
  • Mac AllUsers scope (default): /usr/local/share/powershell/Modules
  • Mac CurrentUser scope: $HOME/.local/share/powershell/Modules

@dfinke dfinke merged commit 66aa24f into dfinke:master Aug 24, 2021
@dfinke
Copy link
Owner

dfinke commented Aug 24, 2021

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants