On 23 March 2013 23:55, Antoine Pitrou wrote:
> On Sat, 23 Mar 2013 12:57:02 +
> Richard Oudkerk wrote:
>
> > Also, couldn't hard links be used instead of copying? (This will fail
> > if not on the same NTFS partition, but then one can copy as a fallback.)
>
> Hard links are generally hard
On 23 March 2013 12:55, Antoine Pitrou wrote:
> On Sat, 23 Mar 2013 12:57:02 +
> Richard Oudkerk wrote:
>
>> On 23/03/2013 10:06am, Paul Moore wrote:
>> >> One example of a non-system-wide installation is a source build of Python.
>> >> PEP 405 venvs created from a source build should work in
On Sat, 23 Mar 2013 12:57:02 +
Richard Oudkerk wrote:
> On 23/03/2013 10:06am, Paul Moore wrote:
> >> One example of a non-system-wide installation is a source build of Python.
> >> PEP 405 venvs created from a source build should work in the same way as
> >> venvs
> >> created using an inst
On 23/03/2013 10:06am, Paul Moore wrote:
One example of a non-system-wide installation is a source build of Python.
PEP 405 venvs created from a source build should work in the same way as venvs
created using an installed Python.
Thanks. I hadn't thought of that case. However, I'm still not ent
On 23 March 2013 01:08, Vinay Sajip wrote:
> Paul Moore gmail.com> writes:
>
>> I don't understand what this is saying - can someone clarify the
>> reason behind this statement? What is different about a
>> "non-system-wide installation" that causes this issue (I assume
>> "non-system-wide" means
Paul Moore gmail.com> writes:
> I don't understand what this is saying - can someone clarify the
> reason behind this statement? What is different about a
> "non-system-wide installation" that causes this issue (I assume
> "non-system-wide" means "not All Users")? The reason I ask is that
> virtu
PEP 405 has this note:
"""
On Windows, it is necessary to also copy or symlink DLLs and pyd files
from compiled stdlib modules into the env, because if the venv is
created from a non-system-wide Python installation, Windows won't be
able to find the Python installation's copies of those files when