1

studio python

This commit is contained in:
Evan Pratten 2023-10-19 14:32:28 -04:00
parent f1944e37d8
commit f143405869

View File

@ -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"