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 trialThierry van Wessel
2,141 PointsFrom "treehouse~:/workspace$" to just ">>>" in your console
How do I remove the part treehoue~:/workspace$ to >>> which only is present in Craig's workspace? Control L doesn't work, and Control D destroys the console and I have to relaunch the workspace to get it to work again.
3 Answers
Evan Lomax
231 PointsAll you have to do is type python with no caps
Thierry van Wessel
2,141 PointsOh haha thank you Evan. And the other way around? Getting back the 'treehouse:~/workspace$' when only >>> is left?
Evan Lomax
231 Pointsjust do ctrl+d
julia blake
4,147 Pointsexit() also works, it's easier for me to remember
Benyamin Kohanchi
Courses Plus Student 2,342 Pointsthats easier to remember. Thanks!