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

Python Python Basics Types and Branching String Methods

Thierry van Wessel
Thierry van Wessel
2,141 Points

From "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

All you have to do is type python with no caps

Thierry van Wessel
Thierry van Wessel
2,141 Points

Oh haha thank you Evan. And the other way around? Getting back the 'treehouse:~/workspace$' when only >>> is left?

just do ctrl+d

exit() also works, it's easier for me to remember

thats easier to remember. Thanks!