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.

PyCharmでinterpreterが削除できなくなった場合の対処法

Posted at

環境

  • Windows10
  • PyCharm 2021 3.1

方法

(1)下記のファイルを開く

C:\Users\[ユーザー名]\AppData\Roaming\JetBrains\[使用しているPyCharmのバージョン]\options\jdk.table.xml

(2)該当箇所を削除する

作成したinterpreterごとに<jdk>タグで囲まれているので、削除したいinterpreterをまるごと削除する。
子要素の<name>タグが作成したinterpreterの名前になっている。

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?