-
I'm trying to install babel-node, which fails because "which python" fails. I've got python aliased. Can I make "which" return via the alias? Or should I make like a symlink from python to the python3 install?
-
…in reply to @raymondcamden
used sudo apt install python-is-python3 - seemed to be recommended and made "which" work