Windows上でPythonを動かそうと思った場合、いろいろな選択肢が存在する。 まず、Python公式(https://www.python.org/)が用意している ...
これまで、Pythonの仮想環境管理にはCondaを、シェルにはcmd(コマンドプロンプト)を使用していました。しかし、Composer AgentとのAI連携を進める中で、以下のような不便さを痛感するようになりました。 パッケージ管理の複雑さ Condaとpipを併用することで依存 ...
# WSL Ubuntu環境でVS CodeからPythonを実行する方法 ## はじめに WSL (Windows Subsystem for Linux) のUbuntu環境でVS Codeを使ってPythonを実行する際に遭遇したエラーと解決方法をまとめました。 ## 環境 - OS: Windows (WSL2 + Ubuntu) - エディタ: Visual Studio Code - ...
Sometimes, it matters whether you are running the native Windows version of Python, or the one installed inside WSL (Windows Subsystem for Linux). Sometimes, it also matters whether you are running ...