vscodeにてpythonのバージョンで困っています。
vscode terminalでpythonと打つと
WARNING: Python 2.7 is not recommended.
This version is included in macOS for compatibility with legacy software.
Future versions of macOS will not include Python 2.7.
Instead, it is recommended that you transition to using 'python3' from within Terminal.
と出ます。
pycharmでは
Python 3.7.6 (default, Jan 8 2020, 13:42:34)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
と出ます。
自分のmacでのterminalでは
Python 3.7.6 (default, Jan 8 2020, 13:42:34)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
pycharmと同じです。
目標としてvscodeでanaconda3を使いたいのですが、どうすれば変更できますか?
ググって一通り調べましたがわかりません。
初心者です。
pathが通ってないとか? 変更の仕方など
できれば細かく教えて頂きたいです。 お願いします。