Tag: Powershell
There are 1 total posts tagged with "powershell"
Enable Visual Studio CLI environment in PowerShell
My initial problem: I have an elixir project I’m building primarily on linux, but I want it to work on Windows, too, and I’m using bcrypt, which needs nmake to compile on Windows.
One must install Visual Studio (VS), but that’s not enough.