Skip to content

Instantly share code, notes, and snippets.

View dinesh-k-natarajan's full-sized avatar
🧩
discere faciendo

Dinesh K. Natarajan dinesh-k-natarajan

🧩
discere faciendo
View GitHub Profile
@dinesh-k-natarajan
dinesh-k-natarajan / setup_pyenv.md
Last active February 23, 2024 20:55
A minimalistic setup guide for multiple python installations and managing virtual environments (without using conda)

Setting up pyenv and pyenv virtualenv

Allows simultaneous installation of multiple python versions as well as maintaining virtual environments

OS: Ubuntu, Ubuntu on WSL

Highlights: conda not required, multiple python installations (e.g.: 3.7.7, 3.8.5)

Part 1: Setting up pyenv for python version control

@dinesh-k-natarajan
dinesh-k-natarajan / python_git.omp.json
Last active June 27, 2024 04:35
oh-my-posh fancy prompt themes for Python development and Git
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#100e23",