-
Notifications
You must be signed in to change notification settings - Fork 0
Python Environment Setup
Kevin Mills edited this page Apr 17, 2024
·
2 revisions
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
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"