파이썬4 Python 가상환경 특정 version 설치하기 가상환경 폴더 하나 만들기 cd virtualfolderPython -m venv [가상환경 명] 파이썬 특정버전 pytion -[버전] -m venv [가상환경 명]python -3.12 -m venv [가상환경 명] 가상환경 실행하기가상환경설치폴더/가상환경이름/Scripts/activate 비활성deactivate 생성했던 가상환경 삭제sudo rm -rf 가상환경 명또는 폴더 삭제 2024. 12. 28. 정규식 연습하기 좋은 사이트 정규식을 이용하여 패턴이 맞는지 확인 하기 좋은 사이트입니다. 프로그램을 실행하지 않고 원하는 정규식이 맞는지 바로바로 확인이 가능해서 매우 좋네요. https://regexr.com/ 2022. 12. 12. Python .exe 실행 파일 만들기 pyinstaller 를 사용. pyinstaller -F {파일명}.py 하면 dist 폴더에 실행 파일이 저장 된다. -F : 한 파일에 모두 compile/저장하는 옵션 2022. 7. 3. 파이썬 참고 사이트 https://www.inflearn.com/course/%EB%82%98%EB%8F%84%EC%BD%94%EB%94%A9-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EA%B8%B0%EB%B3%B8# https://openpyxl.readthedocs.io/en/stable/index.html https://ybworld.tistory.com/102 https://ybworld.tistory.com/24 https://ybworld.tistory.com/124?category=936724 추천 https://book.coalastudy.com/data-crawling/week-5/stage-2 https://stackoverflow.com/questions/39574991/how-to-detec.. 2022. 1. 6. 이전 1 다음