raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 67,109

    1. 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?
  1. …in reply to @raymondcamden
    used sudo apt install python-is-python3 - seemed to be recommended and made "which" work