Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P9048
Semantic Versioning
Active
Public
Actions
Authored by
Joe
on Sep 6 2019, 11:00 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
LarsWirzenius
[
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
Joe
created this paste.
Sep 6 2019, 11:00 AM
LarsWirzenius
added a subscriber:
LarsWirzenius
.
Sep 6 2019, 11:02 AM
Comment Actions
Out of curiosity, does the output of "sudo env" vary between the two boxes?
Log In to Comment