Hi,
I'm developing a port using the portgroup python (called py-bob).
Executing some tests locally, I can install successfully the port using the
commands
{{{
sudo port install py27-bob #for python 2.7
}}}
or
{{{
sudo port install py34-bob #for python 3.4
}}}
However, if I do
{{{
sudo port insta
Ah, I got it :-)
Thank you very much!!
Have a good weekend
Best regards
On Fri, Sep 25, 2015 at 1:22 PM, Joshua Root wrote:
> On 2015-9-25 20:09 , Tiago Freitas Pereira wrote:
> > Hi,
> >
> > I'm developing a port file for a python package that I have here
> &
Hi,
I'm developing a port file for a python package that I have here (
https://github.com/bioidiap/bob.blitz), but I cannot read the variable
python.version as mentioned in the documentation (
https://guide.macports.org/#reference.portgroup.python.variables).
When I try to read this variable I ge