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 trialDmitriy Ignatiev
Courses Plus Student 6,236 PointsTERM 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.
Page Petty
2,928 PointsGreat, thanks Frank!
frankgenova
Python Web Development Techdegree Student 15,616 Pointsfrankgenova
Python Web Development Techdegree Student 15,616 PointsThe 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.