Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Issue #31 'make install' on OSX lion installs in wrong dir #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 4, 2012

  1. Issue amperka#31 'make install' on OSX lion installs in wrong dir

    I'm installing ino by cloning the github repo and running 'make
    install'. It appears to install the lib files at
    '/usr/local/lib/python2.7/site-packages/ino'. When I run:
    ino build, I get:
    Traceback (most recent call last):
    File "/usr/local/bin/ino", line 3, in <module>
    from ino.runner import main
    ImportError: No module named ino.runner
    
    I believe the correct place to install would be
    /Library/Python/2.7/site-packages/ino
    If I'm in error please let me know the correct procedure to install on
    OSX; I'm not terribly knowledgable of python.
    
    running 'python setup.py' with no CL flags seems to install in the
    proper place. I'm not sure what the best solution is so I just
    create a new make task
    Tylerc230 committed May 4, 2012
    Copy the full SHA
    3f65df4 View commit details
    Browse the repository at this point in the history
  2. Adding a flag to 'ino serial' to allow setting of picocom escape char

    I've add the '--escape' flag to 'ino serial' to allow users to
    change the C-a escape char (C-a conflicts with tmux escape char :) ).
    Tylerc230 committed May 4, 2012
    Copy the full SHA
    2b6129f View commit details
    Browse the repository at this point in the history