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.

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.

Programming standards

Wikipedia articles

See also:

24127 questions
8
votes
3 answers

Building and running Monodevelop solution in OS X Terminal

I'd like to build and run a Monodevelop solution from the OS X Terminal. What are the appropriate tools/commands to do this? I tried running mdtools build from the directory containing MySolution.sln. This results in -bash: mdtools: command not…
SundayMonday
  • 19,147
  • 29
  • 100
  • 154
8
votes
1 answer

PHP exec: hangs, doesn't continue to next line

I have a php file 'run.php' which I'm running from the terminal. Within this file I have the following lines: exec("open-crawlers $port 2>&1",$out,$code); echo 'hello'; The problem that I'm having is that the terminal hangs after executing the…
Fortisimo
  • 1,012
  • 2
  • 11
  • 26
8
votes
2 answers

Python raw_input() limit with Mac OS X Terminal?

I wrote a python script and have been running it in terminal on Mac OS X snow leopard using python2.6. I used raw_input() to import text in several places, but I seem to reach a limit where it will no longer accept any more characters. Is this a…
Thursdays Coming
  • 1,002
  • 13
  • 28
8
votes
4 answers

My terminal keeps closing. What's going on?

Issue Type: Bug Whenever I open the VSCode Terminal, it stays open for about 20-30 seconds, and then closes automatically. Always. By itself, automatically. "The terminal process "C:\WINDOWS\System32\cmd.exe" was terminated with exit code:…
8
votes
1 answer

DeprecationWarning: distutils Version classes are deprecated while starting odoo15 on local

I installed odoo 15 on my local and installed all the dependances, but when i start my server it shows me a py warning and i am unable to solve this issue, any help will be much appreciated, the warning i am getting in my local is below: 2022-01-11…
Sidharth Panda
  • 404
  • 3
  • 17
8
votes
3 answers

Is there any way of using normal keyboard text selection with a terminal on MacOS?

For the last ~10 years I've been used to manipulating text with the alt/⇧/⌘ keys. For instance, alt+← to jump back a word instead, alt+⇧+← to select that word, ⌘+→ to jump to the end of line, etc. I understand that terminals have different…
yawn
  • 422
  • 1
  • 5
  • 21
8
votes
1 answer

How to manage my node version using Fish Shell

I started using fish as my shell yesterday, and today I tried to run my NextJs App in the terminal using yarn and tailwind gave me an error about the node version. I checked it, and then I noticed that the current version was 10.19.0. In my zsh…
gabriel_tiso
  • 1,007
  • 3
  • 11
  • 27
8
votes
4 answers

Can someone please explain clearly how to use "pngcrush" for multiply items

I have a stack of hundreds of pictures and i want to use pngcrush for reducing the file sizes. I know how to crush one file with terminal, but all over the web i find parts of explanations that assume previous knowledge. can someone please explain…
shannoga
  • 19,649
  • 20
  • 104
  • 169
8
votes
1 answer

colorize powershell stdout stderr

How can I colorize the standard out, stdout, and standard error, stderr, in a powershell terminal? That is, run any command-line program in a typical powershell terminal. The program writes to stdout and stderr. The program should not have to be…
JamesThomasMoon
  • 6,169
  • 7
  • 37
  • 63
8
votes
1 answer

How can I open a new terminal tab in VSCode's integrated terminal using a shell script?

Question I've seen lots of ways to open a new terminal "tab/pane/view" using an external Terminal app like the macOS Terminal app or iTerm using a shell script or Apple Script but is it possible to write a script that opens up two different VS Code…
Joshua Dyck
  • 2,113
  • 20
  • 25
8
votes
1 answer

How to clear the Angular CLI command line after each compilation

I'm using Angular CLI 9.0.3 on Windows 10, inside the standard Windows command prompt, to run ng build. When there are errors reported in the command prompt, it can be difficult to determine how far back to scroll in order to see the first error in…
Stephen Lead
  • 1,904
  • 5
  • 23
  • 46
8
votes
2 answers

Can't Install psutil

Can someone help me understand why I can't install psutil? I'm on MacOS. I'm a noob so bear with me, but any help would be appreciated. Could it be something to do with the default Python install vs v3 that I installed? I'm new to command line so…
KWKDev
  • 81
  • 1
  • 1
  • 2
8
votes
4 answers

Problem with virtual env: can't import installed packages in the virtualenv

I am doing some tests with virtualenv to see how it works and I think I ran into some trouble. First I created a folder and changed my path to it: $ mkdir new_folder $ cd new_folder Then I created a virtualenv and activated it: $ virtualenv…
8
votes
6 answers

Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (LoadError)

i was previously trying to make a new rails backend for an app. when i tried to cd into the app, terminal stated: rvm install "ruby-2.6.5" when i tried to install that, i got an error: Error running '__rvm_make -j8', so, i am trying to switch to…
cynthia7117
  • 121
  • 1
  • 1
  • 5
8
votes
1 answer

Error when running Mysql batch file

I have a .sql file on my computer at C:\Users\Owner\Documents\file.sql (Windows Vista) that just creates a database and a simple table within. In mysql at the command line i enter source C:\Users\Owner\Documents\newbie.sql; the query seems to work…
algorithmicCoder
  • 6,595
  • 20
  • 68
  • 117
1 2 3
99
100