$ brew install tfenv
# use arm64 because a Mac Silicon version of this old version doesn't exit and rosetta can run it anyway
$ TFENV_ARCH=arm64 tfenv install 0.14.2
$ tfenv use 0.14.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN WEBFACTION INSTALL SCRIPT----- | |
#!/usr/bin/env python2.7 | |
''' | |
This | |
is | |
a | |
multi | |
line | |
docstring. |
I hereby claim:
- I am dreynolds on github.
- I am davidtreynolds (https://keybase.io/davidtreynolds) on keybase.
- I have a public key whose fingerprint is 722D F672 B2BD 3676 876A C16B 0205 7729 4D48 689D
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Use pip to get a list of local packages to check against one or more package | |
indexes for updated versions. | |
""" | |
import pip | |
import sys, xmlrpclib | |
from cStringIO import StringIO | |
from distutils.version import StrictVersion, LooseVersion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- alphabet-new.html 2010-08-13 10:41:59.000000000 +0100 | |
+++ alphabet.html 2010-08-12 14:47:43.000000000 +0100 | |
@@ -1,4 +1,3 @@ | |
-{% if choices %} | |
<div class="xfull"> | |
<ul class="toplinks alphabetfilter"> | |
{% for choice in choices %} | |
@@ -6,4 +5,3 @@ | |
{% endfor %} | |
</ul><br class="clear" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../../../../libs/icu-xetex/common/unistr_case.cpp:98: error: ‘fLength’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:116: error: ‘fArray’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:117: error: ‘fLength’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:123: error: ‘fStackBuffer’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:139: error: ‘fCapacity’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:143: error: ‘fCapacity’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:150: error: ‘fCapacity’ was not declared in this scope | |
../../../../libs/icu-xetex/common/unistr_case.cpp:155: error: ‘fCapacity’ was not declared in this scope | |
make[2]: *** [unistr_case.ao] Error 1 | |
make[1]: *** [all-recursive] Error 2 |