We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used the standard installation method, but it then returns path not found and a path where the install.ps1 file is, as well as trying to open git.
It supposed to push through the installation procedure smoothly.
PS C:\Users\jotha> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser PS C:\Users\jotha> iwr -useb get.scoop.sh | iex Initializing... Downloading... Creating shim... Resolve-Path : Cannot find path 'C:\Users\jotha\scoop\apps\scoop\current\bin\scoop.ps1' because it does not exist. At line:313 char:21
$relativePath = Resolve-Path -Relative $path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PS C:\Users\jotha\scoop\shims>
Windows version: [11]
OS architecture: [64bit]
PowerShell version: [5 1 26040 1000]
Additional software: [(optional) e.g. ConEmu, Git]
//# Your configuration here
The text was updated successfully, but these errors were encountered:
Do you have an antivirus or something that's quarantining/deleting PowerShell scripts?
Sorry, something went wrong.
None that I know of. I use Windows Antivirus.
No branches or pull requests
Bug Report
Current Behavior
I used the standard installation method, but it then returns path not found and a path where the install.ps1 file is, as well as trying to open git.
Expected Behavior
It supposed to push through the installation procedure smoothly.
Additional context/output
PS C:\Users\jotha> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\Users\jotha> iwr -useb get.scoop.sh | iex
Initializing...
Downloading...
Creating shim...
Resolve-Path : Cannot find path 'C:\Users\jotha\scoop\apps\scoop\current\bin\scoop.ps1' because it does not exist.
At line:313 char:21
xception
PS C:\Users\jotha\scoop\shims>
Possible Solution
System details
Windows version: [11]
OS architecture: [64bit]
PowerShell version: [5 1 26040 1000]
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
//# Your configuration here
The text was updated successfully, but these errors were encountered: