Development Environment
Os : Windows 10 (64-bit)
1]Scoop Install
1: Setting Powershell
2: Installing Scoop
3: Installing curl
Link)
Scoop
A command-line installer for Windows Get comfortable on the Windows command line Looking for familiar Unix tools? Tired of Powershell’s Verb-Noun verbosity? Scoop helps you get the programs you need, with a minimal amount of point-and-clicking. Say goodbye
scoop.sh
1: Setting Powershell
-Run cmd
-Enter
: powershell
Result]
2: Installing Scoop
-Enter
: iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Result]
3: Installing curl
-Enter
: scoop install curl
Result]
'Study > Build Tool' 카테고리의 다른 글
Gradle Install (ft.Windows 10) (0) | 2019.04.23 |
---|