먼저 virtualbox.org 에 접속하고 Download 이미지를 클릭합니다.
다운로드할 hosts를 클릭하여 다운로드합니다.
오류가 발생할 수도 있습니다.
Oracle VM Virtual Box x.x.x needs Microsoft Visual C++2019 Redistributable packet being installed first.
https://learn.microsoft.com/ko-kr/cpp/windows/latest-supported-vc-redist?view=msvc-160#visual-studio-2015-2017-2019-and-2022사이트로 이동하여 필요한 버전을 다운로드 받습니다.
기본값 건드리지 않고 설치를 진행하다 보면,
설치 프로세스 중에 시스템의 네트워크 연결이 잠시 동안 끊길 것임을 안내합니다.
Warning: Network interfaces Installing the Sun xVM VirtualBox networking feature will reset your network connection and temporarily disconnect you from the network.
주의합니다.
Python Core / win32api 가 설치되어있지 않다면 아래와 같은 안내문이 뜰 수 있습니다.
Missing Dependencies Python Core / win32api
파이썬 설치
https://ride-dev.tistory.com/39
pywin32 설치
python이 설치된 상태에서
명령 프롬프트(cmd)에 진입하여 명령어를 입력합니다.
pip install pywin32
(pip는 python이 설치되어 있어야 사용할 수 있습니다)
파이썬을 설치할 때 Add python.exe to PATH 항목을 체크하지 않았다면,
파이썬이 설치된 경로에서 명령어를 입력합니다.
VM 설치가 완료되었습니다.
VM에 Ubuntu 세팅하기
https://ride-dev.tistory.com/40
'OS' 카테고리의 다른 글
[Linux Command Line] 명령어 기초 -3, 커맨드 구조(command, option, arguments, parameter) (0) | 2023.12.23 |
---|---|
[Linux Command Line] 명령어 기초 -2, 명령어 및 방향키 사용하기 (1) | 2023.12.23 |
[Linux Command Line] 명령어 기초 -1, 터미널과 프롬프트 (2) | 2023.12.22 |
VM Ubuntu 설치 (만들기) (1) | 2023.12.22 |
Ubuntu 설치 (0) | 2023.12.21 |