So, I have been able to configure ola to the python API . However, it's connecting to python 2.7 when I want it to connect to python 3.4.3, the python system I actually use. When I check python in macports, I notice that python 3.4 is not an option. For example, when I enter:
$port select python
Bash returns
none
python26-apple
python27 (active)
python27-apple
Any way of adding python 3.4 into MacPorts? Sorry, I am not used to building open source projects, especially in Mac, as I normally use Python on Windows. I've always been spoiled with pip for installing all the packages I need.
So, I have been able to configure ola to the python API . However, it's connecting to python 2.7 when I want it to connect to python 3.4.3, the python system I actually use. When I check python in macports, I notice that python 3.4 is not an option. For example, when I enter:
$port select python
Bash returns
none
python26-apple
python27 (active)
python27-apple
Any way of adding python 3.4 into MacPorts? Sorry, I am not used to building open source projects, especially in Mac, as I normally use Python on Windows. I've always been spoiled with pip for installing all the packages I need.