-
Notifications
You must be signed in to change notification settings - Fork 189
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
How to install PowerShell and Azure RM SDK on Ubuntu 14.04? #239
Comments
@jgodse, PackageManagement in PowerShell Alpha12 is broken. Please use alpha11. We are working on the fix. Sorry for the inconvenience . |
Thanks for the heads-up. How do I install or use Alpha 11? Or, conversely, how long can I expect it to take for Alpha12+ to have package management working? |
You can find alpha11 from https://github.com/PowerShell/PowerShell/releases and follow the instructions to get it installed. NuGet provider is included in the install, you do not need to run install-packageprovider once installed the powershell alpha. So you can run find-module xjea for example. |
I'm also running into trouble with alpha12 as I need to get the Azure modules installed. |
OneGet should work on powershell v6.0.0-alpha.13. |
@jgodse Can you confirm if there's any further issues? |
@jgodse @gfilicetti Can you please let us know which version of PowerShell are you using in your environment. If possible please use the latest PowerShell Beta version. Note that the regular AzureRM modules do not work in PowerShell core. You have to use separate NetCore versions. An example Azure demo is at https://github.com/PowerShell/PowerShell/blob/master/demos/Azure/Azure-Demo.ps1 |
I have a virgin system with Ubuntu 14.04, and Powershell (6.0.0-alpha) (GitCommitId=v6.0.0-alpha.12). I installed powershell successfully by following instructions on the Powershell Git repository. For the Azure Powershell SDK, I tried various places but nobody's installation instruction works for Ubuntu 14.04.
I would like to also install the Powershell Azure SDK (using Powershell) to manage my Azure resources. Does anybody have a repeatable set of instructions for Ubuntu 14.04 which will get me going with the Azure SDK.
Some system information:
The text was updated successfully, but these errors were encountered: