0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

  1. PowerShell起動
  2. pip install pyinstaller
  3. exe化したいPythonファイルのあるフォルダへ移動
  4. pipenv --python 3.11 ..仮想環境の作成
  5. pipenv shell ..仮想環境の有効化(見た目、変化なし)
  6. pipenv install [ライブラリ] ..必要なライブラリのインストール
  7. pyinstaller exe化したいPythonファイル名 --onefile --noconsole ..exe化
  8. exit ..仮想環境から抜ける
  9. pipenv --rm ..仮想環境を削除
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?