[issue32151] -mvenv vs minor python version updates

2017-12-01 Thread Ric Anderson

Ric Anderson <azri...@gmail.com> added the comment:

well then, I guess y'all can close this ticket

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32151>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32151] -mvenv vs minor python version updates

2017-11-30 Thread Ric Anderson

Ric Anderson <azri...@gmail.com> added the comment:

Okay, are virtual env's expected to not be compatible as well?  

E.g., I built a venv under 3.5; venv copied in the 3.5 python executable, but 
not the needed library; should not -mvenv also copy libpython3.5 into the 
virutal setup or at least include the LD_LIBRARY_PATH to libpython3.5 in 
bin/activate, so that myenv/bin/python3.5 can find its needed library?

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32151>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32151] -mvenv vs minor python version updates

2017-11-27 Thread Ric Anderson

New submission from Ric Anderson <azri...@gmail.com>:

When a site updates python3 from 3.5 to 3.6 (based on 
https://docs.python.org/3/faq/general.html#how-does-the-python-version-numbering-scheme-work,
 this is would be a minor version update),pre-upgrade venv setups created with 
"python3 -menv ..." break because "python3" in the venv is really 3.5, and 
needs the system libpython3.5m.so.1.0, which is no longer in the library search 
list.

Should "python -mvenv ..." copy the libpython3.5m.so.1.0 to the venv 
directory/lib, or add the system path to libpython3.5m.so.1.0 to 
LD_LIBRARY_PATH, or should the minor version number (.5 ,or .6) be excluded 
from the library name, so that minor version updates don't break existing venv 
setups or ???

--
components: Installation, Interpreter Core, Library (Lib)
messages: 307072
nosy: Ric Anderson
priority: normal
severity: normal
status: open
title: -mvenv vs minor python version updates
type: behavior
versions: Python 3.5, Python 3.6

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32151>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com