Skip to content

I can't find the pyreport executable #6

@yasirs

Description

@yasirs

I am on OSX, and installed pyreport 3 ways. I can see the module installed, but I can't find the pyreport executable script.

  1. From github:

    $ git clone git://github.com/joblib/pyreport.git
    $ cd pyreport
    $ sudo python install pyreport
    

    My python is in /opt/local/bin, but there is no pyreport in /opt/local/bin or /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/

  2. Using MacPorts' easy_install
    $ sudo /opt/local/bin/easy_install-2.7 pyreport
    The pyreport script is nowhere to be found.

  3. Using the system easy_install
    $ /usr/bin/easy_install pyreport
    $ ls /usr/bin/pyre*
    ls: /usr/bin/pyre*: No such file or directory

How can I get the executable script?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions