diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 14:10:14 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 14:10:14 -0700 |
commit | d694838adae5bb0f19d0b6731cfffc434d4358cf (patch) | |
tree | 905d7ff303104f360173c9b9928d786aa9314588 /docs/installation.rst | |
parent | f65cba2449232588dd8d7a0ced07c29bea1084ad (diff) | |
download | cryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.tar.gz cryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.tar.bz2 cryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.zip |
linkfiy
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 032746f3..865e4cb6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -126,7 +126,7 @@ or `MacPorts`_: Building cryptography with conda -------------------------------- -Because of a bug in conda, attempting to install cryptography out of the box +Because of a `bug in conda`_, attempting to install cryptography out of the box will result in an error. This can be resolved by setting the ``DYLD_LIBRARY_PATH`` environment variable: @@ -141,4 +141,5 @@ information, consult `Greg Wilson's blog post`_ on the subject. .. _`Homebrew`: http://brew.sh .. _`MacPorts`: http://www.macports.org .. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html +.. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110 .. _`Greg Wilson's blog post`: http://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html |