Open
Description
Currently, when not using conda, start.js
grabs system python. Should this be default to python3
instead of python? Because in most linux distros, python
still symlinks to python2.7
.
$ python
Python 2.7.17 (default, Nov 7 2019, 10:07:09)
[GCC 7.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>