New submission from umank.behera:

When I altinstall python 2.7.12 with
./configure --prefix=/opt/python --enable-shared
it comes up as python 2.7.5 (system default python)

But altinstall with
./configure --prefix=/opt/python
it comes up as 2.7.12, what am I missing?

This is on RHEL 7.2

This is not a pathing issue:

Without --enable-shared:
[root@myrig ~]# /opt/python/bin/python2.7 -V
Python 2.7.12

With --enable-shared:
[root@myrig ~]# /opt/python/bin/python2.7 -V
Python 2.7.5

----------
components: Build, Installation
messages: 271997
nosy: ubehera
priority: normal
severity: normal
status: open
title: altinstall with --enable-shared showing incorrect behaviour
type: behavior
versions: Python 2.7

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

Reply via email to