問題タブ [coderunner]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1154 参照

python-3.x - Coderunner 3.0 が使用する Python を Anaconda の Python に変更する

すべての Python コーディングに、Mac で Coderunner 3.0 アプリケーションを使用しています。ライブラリをインポートする方法がわかりません。Coderunner で sys.executable を記述すると、/usr/bin/python3 が出力されます。/Users/myuser/anaconda3/bin にある anaconda のバージョンの Python を使用したいのですが、それを run コマンドに入れても何も変わりません。誰もこれを行う方法を知っていますか?

python3 $filename anaconda/bin は私が使ってみたものです

実行コマンドで Users/myuser/anaconda3/bin と入力すると、Users/myuser/anaconda3/bin はディレクトリであると表示されます

0 投票する
1 に答える
3214 参照

python - 選択した Python インタープリターを使用するには、Visual Studio Code の Code Runner 拡張機能をどのように取得しますか?

Code Runner拡張機能を使用して、vscode でアクティブな python ファイルをすばやく実行したいと思います。

実行すると、メッセージが表示されます...

Python は見つかりませんでしたが、Microsoft Store からインストールできます: https://go.microsoft.com/fwlink?linkID=2082640

Code Runner でアクティブな vscdode Python Interpreter を使用したいと考えています。どのように?