I\'m trying to write a short script to log certain environment variables of my current shell session to file. Unfortunately the output of \"python --version\" seems to ignor
a simpler solution is:
python --version 2>> path.log