AREPL evalúa automáticamente el código de Python en tiempo real a medida que escribe.
Para configurar con python3 podemos ir a la opción Settings (File>Preferences>Settings), buscamos la clave AREPL:Python Path y agregamos la ruta de python3 en mi caso se ubica en “/usr/bin/python3”, si no sabemos donde se ubica podemos usar el comando which se la siguinete manera
$ which python3
About the author