LoginSignup
0
0

Pypy導入後に,VS CodeのrunのデフォルトpathがPypyになってしまう

Posted at

時間がないので取り急ぎメモをします

Pypy導入後にVSコードのdefault interpreterが変わってしまうことがありました.

問題点としては,pypyにないライブラリを使うと推奨されるレコメンドが変わってしまうこと
右上のrunボタンでの実行などができなくなります(あたりまえ)

解決策としてはCtrl+Shift+Pでコマンドパレットを開いて,
python: Select interpreterを選択し
画像のようにRecommendedになっているPypyではなく,Globalのpythonを選択することで解決します.

image.png

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