diff options
-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" |