Bug 1401199

Summary: no /usr/bin/python or it's still python2
Product: [Fedora] Fedora Reporter: Harald Reindl <h.reindl>
Component: pythonAssignee: Charalampos Stratakis <cstratak>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: bkabrda, cstratak, dmalcolm, ivazqueznet, jonathansteffan, mhroncok, ncoghlan, pviktori, rkuska, tomspur, torsava
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-03 12:47:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harald Reindl 2016-12-03 12:30:18 UTC
https://fedoraproject.org/wiki/Changes/Python_3_as_Default from my understanding "Change definition of default python interpreter to python3" is different then he result below when you have removed all python2 dependencies and packages

[root@master:~]$ which python
/usr/bin/which: no python in (/usr/local/bin:/usr/bin:/usr/sbin:/scripts)
[root@master:~]$ python3
python3     python3.5   python3.5m

[harry@srv-rhsoft:~]$ rpm -q --file /usr/bin/python
python-2.7.12-6.fc24.x86_64

[harry@srv-rhsoft:~]$ ls /usr/bin/python
lrwxrwxrwx 1 root root 7 2016-09-29 15:31 /usr/bin/python -> python2

[harry@srv-rhsoft:~]$ cat /etc/redhat-release
Generic release 24 (Generic)

Comment 1 Miro HronĨok 2016-12-03 12:47:32 UTC
This is explained on the page you've linked.

https://fedoraproject.org/wiki/Changes/Python_3_as_Default -> search for /usr/bin/python