Comment on Poetry – Dependency Management for Python – v1.0parentComments−yellowapple6yCurious what's stopping you from symlinking python3 to python? In fact, I'm surprised the package manager didn't already do that (I thought it did for Debian and its derivatives, including Ubuntu). Does WSL throw a wrench in that or something?−rat876yBecause python link/binary is python 2, which you might also have installedBeing able to rely on python being python 2 and python3 being python 3 is pretty useful
Comments
Curious what's stopping you from symlinking python3 to python? In fact, I'm surprised the package manager didn't already do that (I thought it did for Debian and its derivatives, including Ubuntu). Does WSL throw a wrench in that or something?
Because python link/binary is python 2, which you might also have installed
Being able to rely on python being python 2 and python3 being python 3 is pretty useful