diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-20 20:52:12 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-20 20:52:12 -0300 |
commit | cf22a0a3cbe3f2633dd61eb229791e717ce810c0 (patch) | |
tree | 64dd00c62518d14174d38b235d0446b3afadb212 /device/panacea_pre | |
parent | 5d4bdc00a0c521bb1bd9ef46f17c2312daa5ab1f (diff) |
panacea: fix up imports, add python 3
Diffstat (limited to 'device/panacea_pre')
-rw-r--r-- | device/panacea_pre | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device/panacea_pre b/device/panacea_pre index 45bd702..9c3b8e1 100644 --- a/device/panacea_pre +++ b/device/panacea_pre @@ -18,5 +18,8 @@ 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_SUBLIME_TEXT export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app" |