Skip to content

Instantly share code, notes, and snippets.

@mddub
Last active May 9, 2016 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mddub/617504b084185d532ef4d8c6f996cc85 to your computer and use it in GitHub Desktop.
Save mddub/617504b084185d532ef4d8c6f996cc85 to your computer and use it in GitHub Desktop.
pi@markpi:~/markps $ git log -1
commit 76a872b19c087865f1dbd82cbd87b1077e89e477
Author: pi <pi@markpi>
Date: Mon May 9 09:41:18 2016 -0700
Loop state
pi@markpi:~/markps $ openaps -h
Segmentation fault
pi@markpi:~/markps $ python
Python 2.7.9 (default, Mar 8 2015, 00:52:26)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import openaps
>>> openaps.__version__
'0.1.0'
>>>
pi@markpi:~/markps $ pydoc openaps
pi@markpi:~/markps $ pip install -U openaps
Segmentation fault
pi@markpi:~/markps $ sudo pip install -U openaps
pi@markpi:~/markps $ sudo pip install -U openaps
pi@markpi:~/markps $ openaps -h
Segmentation fault
pi@markpi:~/markps $ sudo find /usr -name '*.pyc' -delete
pi@markpi:~/markps $ openaps -h
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment