[Linux] Compile Python File

ondacloud·2023년 3월 22일

Linux

목록 보기
1/11
post-thumbnail

install python

Amazon Linux 2023

dnf install -y python3-pip

Ubuntu

apt install -y python3

Compile Python


python3 -m compileall ./main.py
mv ./__pycahe__/*.pyc ./main.pyc
profile
Devops Engineer가 목표인 학생

0개의 댓글