Skip to content

Instantly share code, notes, and snippets.

@gwangjinkim
gwangjinkim / install-and-start-postgresql-in-conda-locally
Last active May 20, 2025 14:38
How to install and run postgresql in conda
This gist I write, because I couldn't find step by step instructions
how to install and start postgresql locally (using conda within a conda environment - with the result
that you can run it without sudo/admin rights on your machine!)
and not globally in the operating system (which requires sudo/admin rights on that machine).
I hope, this will help especially people new to postgresql (and those who don't have sudo/admin rights on a specific machine but want
to run postgresql there)!
####################################
# create conda environment
@rwcitek
rwcitek / windows.wsl2.docker.md
Last active March 4, 2025 00:41
Installing Docker on Windows without Docker Desktop

Installing Docker on Windows without Docker Desktop

WSL2 [1]

Newer versions of Windows

Open PowerShell with Admin rights and run wsl --install -d Ubuntu-24.04.

Older versions of Windows