Home > Net >  IntelliJ tput: No value for $TERM and no -T specified
IntelliJ tput: No value for $TERM and no -T specified

Time:11-23

I want to run my code via SSH using IntelliJ Ultimate. During the setup, I get the error: Introspection completed with error. tput: No value for $TERM and no -T specified

Am I missing a package? Or how do I tell IntelliJ to use the default bash?

CodePudding user response:

The .bash_profile contained tput, which was causing the error.

  • Related