Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8581423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:02:41+00:00 2026-06-11T21:02:41+00:00

Possible Duplicate: Piping data to Linux program which expects a TTY (terminal) I want

  • 0

Possible Duplicate:
Piping data to Linux program which expects a TTY (terminal)

I want to display colors from script that is non interactive and I need to tell the shell that in fact my script is a terminal that support colors so command like ls --color=auto will display colors (ls have option --color=always but I would like to support for all posible commands that support colors as well).

I call my shell via python Popen. I’ve try to set TERM environment variable but It don’t work.

subprocess.Popen(['/bin/bash', '-c', command],
                  env={'TERM':'xterm-color'},
                  stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Is there a way to tell bash that I’m a terminal?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T21:02:42+00:00Added an answer on June 11, 2026 at 9:02 pm

    Programs normally determine automatically (ls --color=auto) if there’s a terminal connected. That goes by checking stdout/err file descriptors.

    In case of you piping to and from python (as you are doing in your above example), programs will have their stdout/err connected to a pipe, not a terminal, and thus will normally not output color codes.

    Try to redirect the process’ stdout/err directly to the attached terminal, not back to your python app. If that’s not feasible (because you need the output in python–but in this case you normally don’t want color codes anyway), you’ll have to fiddle around setting up a pseudo terminal in python somehow.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Extracting dollar amounts from existing sql data? I have a column in
Possible Duplicate: Javascript window resize event I want to get an event which is
Possible Duplicate: Python urllib2 Progress Hook I have a script which uploads a file
Possible Duplicate: How can I convert a list<> to a multi-dimensional array? I want
Possible Duplicate: How to do the vector of sets in C++? I want to
Possible Duplicate: check whether internet connection is available with C# I just want to
Possible Duplicate: How to call a JavaScript function from PHP? I have a php
Possible Duplicate: What are the stages of compilation of a C++ program? I find
Possible Duplicate: Can a Bash script tell what directory it's stored in? Is there
Possible Duplicate: Difference Between Equals and == in which cases equals() works exactly like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.