본문 바로가기

잡담

Windows 윈도우즈에 개발환경 세팅

728x90

https://nomadcoders.co/windows-setup-for-developers/lobby

개발자를 위한 윈도우 셋업

 

Watch Now – 노마드 코더 Nomad Coders

 

nomadcoders.co

Requirements

윈도우10만

윈도우 2004 업데이트가 되있어야함

 

내 Windows 사양

에디션 Windows 10 Pro

Windows 업데이트 최신 상태

 

컴퓨터가 더러워지니 가상에 설치하고 잡은뎅

Oracle VM VirtualBox에 설치하면 안될까?

잡생각

그럼 또 매번 켜야하는게 불편할수 있으니 설치 연습할때만 쓸까도 생각

등등

etc

 

아근데 버츄얼박스에 윈도우깔기가 더 어려울듯 ㅋㅋ

아몰랑

 

2022-02-05 다해본당~ 힘내개발자야~

 

#1 SET UP

#1.0 Essential Software: Google Chrome, Visual Studio Code

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

#1.1 Customizing VSCode

VSCode Extentions(5th): 필수 Python, ESLint, Prettier, 테마 Material theme, Material icon theme

Git

https://git-scm.com/downloads

Windows https://git-scm.com/download/win

그냥 다 기본설정

 

#1.2 Chocolatey

윈도우에 리눅스 서브시스템 WSL을 사용하면 설치가 쉽다

 

https://chocolatey.org/

 

Chocolatey - The package manager for Windows

Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.

chocolatey.org

 

https://chocolatey.org/install

 

Installing Chocolatey

Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.

chocolatey.org

> Set 으로 시작하는 복사용 명령어를 파워쉘 관리자로 실행하여 붙여넣고 엔터하면 초코라떼가 다운된다.

초코라떼로 파이썬을 설치하려면 명령어만 입력하면 된다.

choco install python

[Y]es/[A]ll 선택하라고 많이 나오니 A를 선택하자

 

Windows Subsystem for Linux(WSL)

enable wsl2

강의에서 나오는 페이지랑 다른 페이지가 검색된다. 실행문도 다름. 아까 깔은 터미널|PowerShell|cmd를 관리자로 실행

wsl --install

 

https://docs.microsoft.com/ko-kr/windows/wsl/install

 

WSL 설치

wsl --install 명령을 사용하여 Linux용 Windows 하위 시스템을 설치합니다. Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine 등 원하는 Linux 배포판에서 실행되는 Windows 머신에서 Bash 터미널을 사용할 수 있습니

docs.microsoft.com

 

MS Store에서 ubuntu 검색 다운로드 설치

 

WslRegisterDistribution failed with error: 0x80370102

재시작해도 자꾸 에러

 

작업 관리자>성능: 가상화: 사용, Hyper-V 지원: 예 나오게

Windows 기능 켜기/끄기

Hyper-V

  Hyper-V 관리 도구

  Hyper-V 플랫폼

     Hyper-V 서비스

     Hyper-V 하이퍼바이저 - 펌웨어에서 가상화 지원을 사용할 수 없습니다.

Hyper-V 하이퍼바이저에 체크가 안돼 엉엉

BIOS 설정을 바꿔도 안되네..

728x90