Note to Self

公開する緊張感で、読み返した時に??にならない自分用メモです

2022-01-01から1年間の記事一覧

AlmaLinux Djungoインストールからサービス開始まで

[環境] OS:AlmaLinux release 8.5 (Arctic Sphynx) python:Python 3.6.8 インストール前準備 ソフトアップグレード $ sudo dnf check-update $ sudo dnf upgrade-minimal Django をインストール $ sudo pip3.6 install django Django開発用ディレクトリ…

Almalinux8.5にpython3.10をインストール

現在のpythonのバージョンが3.6.8だったので、3.10に変更してみる 最新のPythonをインストールする Python3.10のビルドに必要な依存関係をインストール $ sudo dnf install gcc openssl-devel bzip2-devel libffi-devel zlib-debel wget make 最新のPythonを…