diff options
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 |
commit | 5d4bdc00a0c521bb1bd9ef46f17c2312daa5ab1f (patch) | |
tree | da50d7729d969b14351849725939bc649c2e288e /device/device_template_pre | |
parent | 5bcc422503db1547f6e9b8dbcdc039b36e532c55 (diff) |
template: python 3
Diffstat (limited to 'device/device_template_pre')
-rw-r--r-- | device/device_template_pre | 3 |
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" |