Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

If this is my path from bash on windows 10, what do I need to do to access a text editor on my desktop?

smolderingflax@smolderingflax:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/
usr/local/games:/
mnt/c/Program Files (x86)/Intel/TXE Components/TCS:/
mnt/c/Program Files/Intel/TXEComponents/TCS:/
mnt/c/Windows/System32:/mnt/c/Windows:/
mnt/c/Windows/System32/wbem:/
mnt/c/Windows/System32/WindowsPowerShell/v1.0:/
mnt/c/Users/johnh/AppData/Local/Microsoft/WindowsApps

1 Answer

Jordan Powell
PLUS
Jordan Powell
Courses Plus Student 5,410 Points

are you using bash shell or (WSL)? Either way, I don't believe they support GUI applications. They are strictly command line interfaces. If you're using WSL you can just download eMac, vim, or sublime. Nano comes preinstalled.