python初心者です
環境はmacOSです
python3のインストールを行うため、今の環境で搭載している
バージョンを確認しようとしました。
ターミナルでコマンドを入力したところ、下記のような表示になりました。
pythonのバージョンは確認と、python3のインストールを推奨されていることは理解できるのですが、一般的な表示とは異なるように見えたので、、
作業を中断しているところです。
こちらに関して、対処法をご存じでしたら教えていただきたいです。
また、参考にしたサイトは次です。
https://boukenki.info/nameerror-name-python-is-not-defined-imi-kaiketsu-houhou/
--ターミナルの表示--
・理想の表示
Python 2.○.○
Python 3.○.○
・python -vと入力したとき
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.
・python -versionと入力したとき
Unknown option: -e
usage: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/09 18:27