Ubuntuにおけるシステムソフトウェアの多くがPythonに依存しています。そのためほとんどのUbuntu関連OSでは、最初からPythonがインストールされているはずです。今回はそんなUbuntuを動かす上で必要な 「システムPython」 と、一般的なPythonとの関係性と基本的な ...
その1ちょっと時間かかりますが、なんかいっちゃんええやつらしい sudo apt update sudo apt install build-essential libbz2-dev libdb-dev ...
1.Install Python 3.12/3.10.8 with openssl on ubuntu 20.04: Python 3.10 works with openssl 1.1.1 and 1.1.1w, it does not works with openssl later version other than 1. ...
# WSL Ubuntu環境でVS CodeからPythonを実行する方法 ## はじめに WSL (Windows Subsystem for Linux) のUbuntu環境でVS Codeを使ってPythonを実行する際に遭遇したエラーと解決方法をまとめました。 ## 環境 - OS: Windows (WSL2 + Ubuntu) - エディタ: Visual Studio Code - ...