1
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.

WindowsでPythonをインストールするときに困った話

Posted at

windowsでPythonをインストールしたあと、バージョンが表示されない...

Windows11を使用しました。

原因はusers/ ユーザー名 /の次にインストールされていなかったからでした。

解決策
 設定→アプリ→アプリと機能→その他の設定→アプリ実行エイリアス→アプリインストーラー
アプリインストーラーを2つともOFFにします。

スクリーンショット 2022-05-10 224411.png

その後再起動しコマンドプロンプトで以下のコマンドを実行

python -V

するとバージョンが表示され解決しました。

1
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
1
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?