Skip to content

Python Environment Setup

Kevin Mills edited this page Apr 17, 2024 · 2 revisions

Install Miniforge

cd ~/UserLocal
wget https://github.com/conda-forge/miniforge/releases/download/24.1.2-0/Miniforge3-24.1.2-0-Linux-x86_64.sh
bash Miniforge3-24.1.2-0-Linux-x86_64.sh -b -p miniforge/py310-24120

Create the conda environment

mamba create -n py311-django42-pg16 python=3.11 django=4.2 "djangorestframework>=3.15" "drf-spectacular>=0.27" postgresql=16 "nodejs>=20.9" "cruft>=2.15"
Clone this wiki locally