According to Ronald Oussoren and Ned Deily, this approach should not require install_name_tool.

This commit is contained in:
Carl Meyer 2012-03-12 15:25:01 -07:00
parent 30e43d697f
commit b55b09ae96
1 changed files with 0 additions and 13 deletions

View File

@ -502,19 +502,6 @@ For example, ``sysconfig.get_paths()`` in a source build gives
}
Need for ``install_name_tool`` on OSX?
--------------------------------------
`Virtualenv uses`_ ``install_name_tool``, a tool provided in the Xcode
developer tools, to modify the copied executable on OSX. We need
input from OSX developers on whether this is actually necessary in
this PEP's implementation of virtual environments, and if so, if there
is an alternative to ``install_name_tool`` that would allow ``venv``
to not require that Xcode is installed.
.. _Virtualenv uses: https://github.com/pypa/virtualenv/issues/168
Reference Implementation
========================