前提・実現したいこと
2to3.pyを実行したい。
該当のコマンド
Python
12to3.py test.py
Output
12to3.py test.py #ターミナルで手動実行 カレントに移動済み 2↓ 3VScodeで2to3.pyが表示されるため、 4「ターミナルでPythonファイルを実行」をクリックする。 5↓ 6以下が実行される。 7C:\Users\hoge\Anaconda3\Python.exe C:\Users\hoge\Anaconda3\tools\scripts\2to3.py 8↓ 9エラー: 10at least one file or directory argument required 11Use --help to show usage. 12
わからないこと
「2to3.py test.py」を実行すると、なぜか「python.exe 2to3.py」が実行されます。
「2to3.py test.py」を実行する方法と、
「python.exe 2to3.py」が実行される理由をご教示ください。
※VScode側で操作した設定は以下です。
python.pythonpath:"C:\Users\hoge\Anaconda3\python.exe"
terminal.integrated.shell.windows:"C:\Windows\System32\cmd.exe"
環境
Python3.8.5
Windows10
VScode 1.55.2
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。