I am attempting to run sublime text on my ubuntu terminal on Windows 10. I successfully downloaded according to the instructions here (https://www.sublimetext.com/docs/3/linux_repositories.html). When I run commands such as subl --help
, I see the expected list of commands.
However, when I look to open a file with subl filename.py
, I receive no error message but nothing happens. I have looked around online and have not seen this problem come up. I am not sure why this is happening but would appreciate any help.