윈도우 choco install vim

Jmnote (토론 | 기여)님의 2017년 10월 22일 (일) 19:14 판 (새 문서: ==개요== ;윈도우 choco install vim ==확인== <source lang='doscon'> C:\WINDOWS\system32>vi 'vim'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

윈도우 choco install vim

2 확인

C:\WINDOWS\system32>vi
'vim'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

3 설치

C:\WINDOWS\system32>choco install vim -y
Chocolatey v0.10.8
Installing the following packages:
vim
By installing you accept licenses for the packages.
Progress: Downloading vim 8.0.604... 100%

vim v8.0.604 [Approved]
vim package files install completed. Performing other installation steps.
Downloading vim
  from 'https://sourceforge.net/projects/cream/files/Vim/8.0.604/gvim-8-0-604.exe/download'
Progress: 100% - Completed download of C:\Users\jmnote.LAPTOP-6KT4J9NE.000\AppData\Local\Temp\chocolatey\vim\8.0.604\gvim-8-0-604.exe (9.22 MB).
Download of gvim-8-0-604.exe (9.22 MB) completed.
Installing vim...
vim has been installed.
Adding the vim installation directory to PATH …
PATH environment variable does not have C:\Program Files (x86)\vim\vim80 in it. Adding...
  vim may be able to be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
 The install of vim was successful.
  Software installed as 'exe', install location is likely default.

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

4 확인 2

C:\WINDOWS\system32>vim -h
... (생략)
   -i <viminfo>         Use <viminfo> instead of .viminfo
   -h  or  --help       Print Help (this message) and exit
   --version            Print version information and exit

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}