From f1434058693321b3bb18c45d574bfa9339041bf3 Mon Sep 17 00:00:00 2001
From: Evan Pratten <evan@ewpratten.com>
Date: Thu, 19 Oct 2023 14:32:28 -0400
Subject: [PATCH] studio python

---
 configs/shells/bash/.bashrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/shells/bash/.bashrc b/configs/shells/bash/.bashrc
index 9b5f2f8..8669788 100644
--- a/configs/shells/bash/.bashrc
+++ b/configs/shells/bash/.bashrc
@@ -14,3 +14,6 @@ export PATH="$HOME/.local/bin:$PATH"
 
 # A basic prompt to display user@host dir sign
 export PS1="(bash) \[\e[0;32m\]\u@\h \[\e[0;36m\]\w \[\e[0;36m\]\$ \[\e[0m\]"
+
+# If found, load studio python
+[[ -d "/c/Programs/software/win/core/python/python_3.7.7" ]] && export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH"