일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 충북
- 구글 드라이브
- nocookie
- Django
- 파이썬
- docker-compose
- 코딩
- 그리디 알고리즘
- 탐욕 알고리즘
- pymongo
- flask
- 장고
- Google Drive
- DB
- 리스트
- 깃허브
- 바로학교
- G-Suite
- List
- python
- venv
- 단축어
- MongoDB
- 링크
- 추천 영상
- 아이폰
- gpu 병렬처리
- 알고리즘
- 유튜브
- selenium
- Today
- Total
목록DevOps (2)
SSAMKO의 개발 이야기
Ansible ansible로 가상환경을 설정해 그 안에서 작업하려고 source 커맨드를 사용하면 아래와 같은 에러를 마주치게 된다. fatal: [default]: FAILED! => {"changed": true, "cmd": "source /home/ubuntu/venv/bin/activate && pip install -r /home/ubuntu/requirements.txt", "delta": "0:00:00.003097", "end": "2021-12-01 05:22:18.087230", "msg": "non-zero return code", "rc": 127, "start": "2021-12-01 05:22:18.084133", "stderr": "/bin/sh: 1: source: not..
virtualbox를 설치하고, vagrant 세팅 후 vagrant up으로 가상 머신을 생성하려고 할 때, mac os에서는 아래와 같은 에러가 날 수 있다. ==> default: Booting VM... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "91db4587-1e42-4b43-bdba-7b38c5055f05", "--type", "headless"] Stderr: VBoxManage: error: The virtual machine 'vagrant_stu..