Skip to main content

Questions tagged [terminal]

A terminal or command-line interface is a text-only interface for interacting with an operating system or a piece of software. A user typically types commands into the terminal to perform specific tasks.

0 votes
0 answers
4 views

Agnoster broken with latest MacOS

I don't know why but it's been a few weeks that I have an issue with the Agnoster theme, which is the main reason why I am favouring oh-my-zsh over other shells. Basically: it doesn't show the / ...
Ciccio Ve's user avatar
-1 votes
1 answer
24 views

how to change the terminal prompt (bash) in vs code mac

so my terminal prompt in vs code mac is showing the process ID and then $. my current shell is bash. but i want my prompt to say the literal name of the directory that i am in and then a $ sign. if ...
Ahmad zaeem Zahid's user avatar
-1 votes
0 answers
14 views

Cannot install yfinance properly

I wanted to take a crack at creating a stock market watcher with yfinance, but when I tried to import it using vsc, it said there was no module named 'yfinance'. I had installed it using pipx and when ...
user23823968's user avatar
0 votes
1 answer
26 views

Docker login error: error storing credentials - err: exit status 1, out:gpg: skipped: No public key

I'm encountering an error when trying to log in to Docker Hub using the docker login command. The specific error message is: Error saving credentials: error storing credentials - err: exit status 1, ...
doneil chapman's user avatar
0 votes
1 answer
17 views

How can I change color of Langchain agent output?

If I have AgentExecutor: agent_executor = AgentExecutor( agent=agent, tools=tools, verbose=True, ... ) I get logs like this: Is there any way to edit colors, ...
Artem's user avatar
  • 11
0 votes
1 answer
41 views

'django-admin' is not recognized as an internal or external command, operable program or batch file [duplicate]

Yesterday I installed Python and added it to PATH. Then I created a virtual environment using virtualenv. I then activated the environment and pip-installed django (using pip install django) and ...
Mahdi Shirazi's user avatar
0 votes
0 answers
155 views

The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -65536

"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -65536. When i open my terminal in vs code i got this error and my terminal closed why i dont know Can ...
ahsaan ullah's user avatar
0 votes
0 answers
17 views

zsh case-insensitive completion match not working

Problem I've recently made some changes to my terminal development tools. Everything has been working as expected, except for case-insensitive match completion, which before it would match completions ...
Lucas NG's user avatar
0 votes
1 answer
43 views

trigger a foreground app by a script runnning in background (in same tty, linux)

tui.c: a simple ncurses hello world tui app: // gcc -o tui tui.c -lncurses #include <ncurses.h> int main() { initscr(); // start curses mode printw("Hello, World!&...
melon's user avatar
  • 33
2 votes
1 answer
79 views

Why my code prints multiple same lines when it reaches the end of terminal?

import time import sys def animate_string(input_string, delay_second=0.01): current_string = "" for target_char in input_string: if target_char == '\n': # Print ...
bluepiplup's user avatar
-1 votes
1 answer
27 views

How to remove iterm2 line focus on click?

I'm currently running into an issue with iterm2 on my new macbook that I didn't had on my previous macbook, I imported my old config but it appears a new thing happens when I click on a line, it ...
GregLtrnr's user avatar
0 votes
0 answers
38 views

Alias/bash function with path as parameter does not execute [closed]

If I write a function in my .bashrc that I can invoke through an alias: alias myalias='f(){ echo $EXPORTED_VAR/run_script.sh /usr/local/software_dir/DIR2024a ; unset -f f; }; f' and then I call this ...
Py-ser's user avatar
  • 2,009
0 votes
0 answers
7 views

Unable to migrate Prisma

Actually I am learning prisma and using postgresql for the same and my database provider is neon db so when i am trying to migrate my prisma file it is giving me a error and therefore i tried changing ...
Vineet Singh's user avatar
0 votes
1 answer
11 views

Raspberry pi Cool-Retro-Term permissions with python

I'm trying to run a python file in Cool-retro-term on my raspberry pi 4B, RASPBERRY PI OS FULL(32-BIT), but every time I try to open it, it says i don't have permission. I've solved this on my Mac but ...
TrickyTaco11's user avatar
0 votes
1 answer
12 views

Windows terminal cursor sometimes become strange

While using Windows, I frequently encounter the situation provided in the attached image. It looks somewhat auto-completion and the text cursor stands still until I complete typing a word. I think ...
Jisung Kim's user avatar

15 30 50 per page
1
2 3 4 5
1633