분류 전체보기
-
VirtualBox Ubuntu Server/Client 설치OS/Ubuntu 2020. 11. 16. 19:28
VirtualBox Ubuntu Server/Client 설치 Reference https://rorlab.gitbooks.io/railsguidebook/content/appendices/ubuntu16server.html 1. VirtualBox 설치 https://www.virtualbox.org/wiki/Downloads OS X host 클릭해서 설치 2. VM 생성 https://rorlab.gitbooks.io/railsguidebook/content/appendices/ubuntu16server.html Network Adapter : bridge adapter -> en0:Wi-Fi(AirPort) Local user : username 3. Ubuntu-server 이미지 다운 http..
-
Python SphinxLanguage/Python 2020. 11. 16. 19:21
pip 설치 macbook:notebooks mios$ pip3 install sphinx작업 폴더 이동 macbook:/ mios$ cd Volumes/data_mb2/PycharmProjects/ProjectName스핑크스 실행 macbook:ProjectName mios$ sphinx-quickstart Welcome to the Sphinx 1.8.3 quickstart utility. Please enter values for the following settings (just press Enter to accept a default value, if one is given in brackets). Selected root path: . You have two options for placing..
-
(macOS) Flutter 설치하기Mobile/Flutter 2020. 11. 16. 19:17
Minimum requirements Operating Systems: macOS (64-bit) Disk Space: 700 MB (does not include disk space for IDE/tools). Tools: Flutter depends on these command-line tools being available in your environment. bash curl git 2.x mkdir rm unzip which Download 최신 stable release 받기 flutter_macos_v1.2.1-stable.zip 원하는 위치로 이동해서 파일 실행 $ cd ~/development $ unzip ~/Downloads/flutter_macos_v1.2.1-stable.zip ..