Skip to content

Instantly share code, notes, and snippets.

View joeflack4's full-sized avatar
💦
Hacking for the good of humanity, or trying

Joe Flack joeflack4

💦
Hacking for the good of humanity, or trying
View GitHub Profile
@joeflack4
joeflack4 / gist:b40478868bc8863a93ac6e6e3a0b0321
Created December 5, 2022 22:19
pyenv 3.10 install fail
+(/usr/local/bin/pyenv:23): enable -f /usr/local/bin/../libexec/pyenv-realpath.dylib realpath
+(/usr/local/bin/pyenv:30): '[' -z '' ']'
++(/usr/local/bin/pyenv:32): type -P greadlink readlink
++(/usr/local/bin/pyenv:32): head -1
+(/usr/local/bin/pyenv:32): READLINK=/usr/local/bin/greadlink
+(/usr/local/bin/pyenv:33): '[' -n /usr/local/bin/greadlink ']'
+(/usr/local/bin/pyenv:58): '[' -z '' ']'
+(/usr/local/bin/pyenv:59): PYENV_ROOT=/Users/joeflack4/.pyenv
+(/usr/local/bin/pyenv:63): export PYENV_ROOT
+(/usr/local/bin/pyenv:65): '[' -z '' ']'
[tool.poetry]
name = "oaklib"
version = "0.0.0"
description = "Ontology Access Kit: Python library for common ontology operations over a variety of backends"
authors = ["cmungall <cjm@berkeleybop.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0.0"
@joeflack4
joeflack4 / App.jsx
Last active November 8, 2019 08:43
Cannot read property 'isAvailable' of undefined
import auth0 from 'auth0-js';
import Auth0Cordova from '@auth0/cordova';
import React, { Component } from 'react';
import {Tabbar, Tab} from 'react-onsenui';
import DataEntryPage from './pages/DataEntryPage';
import HomePage from './pages/HomePage';
import PersonalPage from './pages/PersonalPage';
export default class App extends Component {