Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자료구조
- sql
- airflow
- 파이썬
- Django
- 데이터 웨어하우스
- Go
- 컴퓨터 네트워크
- dockerfile
- redshift
- Docker
- AWS
- 데이터 엔지니어링
- 데이터베이스
- 운영체제
- TIL
- HADOOP
- 데이터엔지니어링
- 데이터 파이프라인
- http
- 데브코스
- S3
- 가상환경
- 컴퓨터네트워크
- 종류
- linux
- PYTHON
- airflow.cfg
- TCP
- 정리
Archives
- Today
- Total
목록실행 (1)
홍카나의 공부방
.venv 파이썬 가상환경 활성화
On Unix or MacOS, using the bash shell: source {가상환경 폴더 이름}/bin/activate On Unix or MacOS, using the csh shell: source {가상환경 폴더 이름}/bin/activate.csh On Unix or MacOS, using the fish shell: source {가상환경 폴더 이름}/bin/activate.fish On Windows using the Command Prompt: {가상환경 폴더 이름}\Scripts\activate.bat On Windows using PowerShell: {가상환경 폴더 이름}\Scripts\Activate.ps1 나는 가상환경 폴더 이름을 보통 .venv로 주니까 이때 맥에서는 ..
Programming Language/Python
2023. 11. 16. 13:38