주의사항 : 동일한 인터프리터 내에 pathlib 라이브러리가 있을 시 pyinstaller 실행 불가
가상 환경 생성
conda create -n 가상환경명 python==파이썬버전
가상 환경 활성화
conda activate 가상환경명
Pyinstaller 설치
pip install pyinstaller
Pyinstaller를 활용한 exe 설치 파일 만들기
pyinstaller Z:\999_sjbang\운영\versionCheck.py
'Python > 업무자동화' 카테고리의 다른 글
[python] zipfile.ZipFile로 압축 해제 시 오류 (0) | 2024.07.10 |
---|---|
[python] Selenium 웹크롤러 pyinstaller로 실행 파일 만들기 (0) | 2024.04.05 |
[Python] 폴더, 파일, ZIP 파일 목록 출력 (0) | 2024.01.25 |
Python을 활용한 파일, 폴더명 읽기, 압축 파일 해제 (0) | 2024.01.19 |
Python Selenium, bs4를 활용한 웹크롤링 (0) | 2024.01.19 |