« get me outta code hell

template: python 3 - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-03-20 20:51:58 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-03-20 20:51:58 -0300
commit5d4bdc00a0c521bb1bd9ef46f17c2312daa5ab1f (patch)
treeda50d7729d969b14351849725939bc649c2e288e
parent5bcc422503db1547f6e9b8dbcdc039b36e532c55 (diff)
template: python 3
-rw-r--r--device/device_template_pre3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/device_template_pre b/device/device_template_pre
index 22a8f81..68cdae7 100644
--- a/device/device_template_pre
+++ b/device/device_template_pre
@@ -58,6 +58,9 @@ export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew"
 export DEVICE_HAS_NVM
 export DEVICE_NVM_INSTALLATION="$HOME/.nvm"
 
+export DEVICE_HAS_PYTHON_3
+export DEVICE_PYTHON_3_INSTALLATION="$HOME/Library/Python/3.9"
+
 export DEVICE_HAS_PYENV
 export DEVICE_PYENV_CONFIGURATION="$HOME/.pyenv"