pymakr uses incorrect python shell
-
My default python environment is python3.5 installed by conda.
Python 3.5.2 |Anaconda custom (x86_64)| (default, Jul 2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.However, the pymakr shell comes up with the factory 2.7 default from Apple.
How can this be corrected?Python 2.7.12 (default, Jun 29 2016, 12:52:38)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on VM.fritz.box, Standardthx .F
-
@Ralph
micropython is python3
so having a local shell with python2 is confusing (to me)
-
Hi @vm, It's because Pymakr itself only runs on python 2.7 at the moment. At some point we'll switch to 3.5, but not on the short-term