- PowerShell起動
pip install pyinstaller
- exe化したいPythonファイルのあるフォルダへ移動
-
pipenv --python 3.11
..仮想環境の作成 -
pipenv shell
..仮想環境の有効化(見た目、変化なし) -
pipenv install [ライブラリ]
..必要なライブラリのインストール -
pyinstaller exe化したいPythonファイル名 --onefile --noconsole
..exe化 -
exit
..仮想環境から抜ける -
pipenv --rm
..仮想環境を削除
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme