Page MenuHomePhabricator
Paste P9048

Semantic Versioning
ActivePublic

Authored by Joe on Sep 6 2019, 11:00 AM.
Tags
None
Referenced Files
F30236729: raw.txt
Sep 6 2019, 11:00 AM
[Debian sid]
joe@xxx:~$ python3 --version
Python 3.7.4+
joe@xxx:~$ sudo python3 -c 'import os; print(os.path.expanduser("~"))'
/root
[Debian buster]
joe@xxx:~$ python3 --version
Python 3.7.3
joe@xxx:~$ sudo python3 -c 'import os; print(os.path.expanduser("~"))'
/home/oblivian

Event Timeline

Out of curiosity, does the output of "sudo env" vary between the two boxes?