以下のコマンドを入力してパッケージリストの更新とインストール済みパッケージの更新をしておきます。 $ sudo apt update $ sudo apt upgrade 終わったら一度、再起動をしましょう。 以下のコマンドを入力して最新のリポジトリを取得してください。 $ git clone https ...
今回pythonのバージョンを更新する環境は以下の通りです。 OS:Amazon Linux Python:3.11.1 pyenv:2.3.17 $ python -V Python 3.11.1 $ pyenv versions system * 3.11.1 (set by /xxxxx/.pyenv/version) 更新手順 ...
Django (Official Website) - The web framework for perfectionists with deadlines. Writing your first Django app - this is part 1, visit the link for more Create a Virutalenv using pyenv-virtualenv or ...