상세 컨텐츠

본문 제목

tool 설치하기 (visual studio code, Anaconda, Git, Docker, DBeaver, Postman)

카테고리 없음

by simplecode 2021. 7. 7. 13:33

본문

Tool 설치 확인 방법 

버전확인이라고 씌여있는 부분을 복사하여 터미널에서 쳐보면 현재의 버젼을 알려준다.

버전 확인이 안된다면 하단에 안내된 링크에 들어가 설치 한 후 다시 버전 확인을 해보면 설치 여부를 확인할 수 있다.

 

안내된 순서는 다음과 같으며, 일반적으로 최초 시작시 다운로드를 권장하는 패키지이다.

비주얼 스튜디오(visual studio code), 아나콘다(Anaconda), 깃(Git), 도커(Docker), DBeaver, 포스트맨(Postman)

 

긴말 없이 바로 순차적으로 버전 확인 방법과 설치방법에 대한 안내를 하도록 하겠다.

 

 

 

visual studio code

버전 확인 : code --version

설치하기 :

 VScode 공식 홈페이지에서 다운로드 -  https://code.visualstudio.com

 

 

 

+ 설치를 했는데도 code 실행이 터미널에서 불가능한경우 or  인식을 못하는 경우

윈도우즈 사용자라면 별다른 설정 없이 바로 가능하며,

macOS 사용자라면 따로 설정을 해야 사용이 가능하다

다운로드받은 Visual Studio를 실행시킨 후 Command Palette (Command + Shift + P)를 열고 'shell command'를 입력하여

Shell Command: Install 'code' command in PATH command를 클릭한다.

 


Anaconda

 

버전 확인 : conda --version

설치하기 :

Step 1 - Anaconda 공식 홈페이지에서 다운로드 - https://www.anaconda.com/products/individual


 

Git

버전확인 : git --version

 

설치하기 :

Step1 - 터미널에 homebrew 설치하기

아래 스크립트를 터미널에 입력한다

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Step 2 brew install 명령실행

brew install git

Docker

버전 확인 : docker --version docker ps

설치하기 :

Docker 공식 홈페이지에서 Get Docker 클릭

https://hub.docker.com/editions/community/docker-ce-desktop-mac

 

Docker Desktop for Mac

We and third parties use cookies or similar technologies ("Cookies") as described below to collect and process personal data, such as your IP address or browser information. You can learn more about how this site uses Cookies by reading our privacy policy

hub.docker.com


DBeaver

설치하기 :

DBeaver 다운로드 홈페이지에서 Mac OS X (dmg) 클릭  - https://dbeaver.io/download/

 

Download | DBeaver Community

Download Tested and verified for MS Windows, Linux and Mac OS X. Install: Windows installer – run installer executable. It will automatically upgrade version (if needed). MacOS DMG – just run it and drag-n-drop DBeaver into Applications. Debian package

dbeaver.io

터미널에서 비주얼 스튜디오 열기

https://im-developer.tistory.com/85


Postman

설치하기 : Postman 다운로드 홈페이지에서 Download the App 클릭

https://www.postman.com/downloads/

 

Download Postman | Try Postman for Free

Try Postman for free! Join 15 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster.

www.postman.com