SDKMAN

Feb 14, 2018


SDKMAN

  1. GIT
  2. JAVA
  3. http://sdkman.io/
  4. Multi-platform-> Powershell CLI version
  5. Open powershell from windows pc then type
     [Environment]::GetEnvironmentVariable("PSModulePath")
    

    Then get the following

      C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
    

    Then Type

     New-Item C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules -ItemType Directory
    

Then Type

   cd C:\Users\rakib\OneDrive\Documents\WindowsPowerShell\Modules

Then clone by

   git clone https://github.com/flofreud/posh-gvm.git

Then Type

New-Item -path $profile -type file -force

Close power shell & open in administrator mode & Then Type

Install-Module posh-gvm

Then type

Set-ExecutionPolicy RemoteSigned

SDKMAN | Java Tutorial