I'm new to programming. Please tell me about programming. I'm currently learning programming and working on creating a virtual environment on my PC. (I am using the 64-bit version of Windows 10). Where I am learning, after installing VirtualBox and Vagrant,
Install Ubuntu using the console (PowerShell this time).
Command ↓
mkdir $env: userprofile \ vagrant \ ubuntu64_18
cd ~ \ vagrant \ ubuntu64_18
vagrant box add ubuntu/bionic64 --box-version 20181129.0.0
vagrant init ubuntu/bionic64
vagrant up
Once I made a mistake at console input and restarted pc once and tried again, up to the second line,
mkdir $env: userprofile \ vagrant \ ubuntu64_18
cd ~ \ vagrant \ ubuntu64_18
(Capture 1,) Was displayed. I heard that this can be done again by deleting the ubuntu64_18 folder in the vagrant folder. com/uploads/contributed_images/22fa7e2c2b20826e49f2845b5072c46e.jpeg "rel =" nofollow "target =" _ blank ">) The other day I asked this question in Chiebukuro and was told that the installer and the folder were mistaken.
Next, delete the ubuntu64_18 folder in the vagrant folder, and then
on the third line of the console
mkdir $env: userprofile \ vagrant \ ubuntu64_18
cd ~ \ vagrant \ ubuntu64_18
vagrant box add ubuntu/bionic64 --box-version 20181129.0.0
I typed in. (Capture 3, ) it was done.
Usually it will be displayed here as box: Progress: 20% etc. and should be installed. How can I properly install Ubuntu? Please answer if you understand.
-
Answer # 1
Related articles
- linux - i cannot install v4l2loopback on ubuntu
- c ++ - i want to install opengl on ubuntu
- python - cannot do pip install xg boost
- net framework - powershell cannot be started from cmd
- unable to install ubuntu on virtualbox
- javascript - cannot install npm with docker + rails
- Install nvidia graphics driver under Ubuntu (simple installation method)
- ubuntu - cannot create secret while creating mastodon instance
- powershell script copy process cannot exclude multiple files
- python - i cannot install pygraphviz
- cannot install mysql56 on centos6 with dot install command /runsh
- [hold] i want to install windows 7 with ubuntu
- cuda - i cannot install tensorflow-gpu == 1131 properly
- when i try to install and start ubuntu with virtualbox and vagrant, an error seems to come out, and after that, even if i try to
- How to install java 8 on Ubuntu 1604
- [selenium] [python] cannot use pip install selenium
- Install vscode on ubuntu 1804 (2 types)
- php - cannot install wordpress theme (in local development environment)
- python 3x - i cannot install ansibler-container
- ruby - [docker] cannot install required packages with webpackd
Did you read the error message?
The screen shot position is bad and the left edge is cut off, but
It is said that it should be done as it is.
It has nothing to do with programming, so I don't know what is being learned, but what is it? I think that you should ask questions to those who have become.