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 Collections (2016, retired 2019) Lists Shopping List Take Three

Dmitriy Ignatiev
PLUS
Dmitriy Ignatiev
Courses Plus Student 6,236 Points

TERM environment variable not set.

Hi, i have a problem with clear screen. Pycharm is provide TERM environment variable not set.

How could i solve it?

Thanks.

The answer is posted elsewhere. Click on the name of the script in the right hand corner and select the drop down menu item "Edit Configurations". Go to the Environment section and click the ... elipses at the end of the entry field for Environment variables. Click + and add a variable named TERM and then add the value xterm-color This worked for me on a Mac with Pycharm.

Page Petty
Page Petty
2,928 Points

Great, thanks Frank!