How do I copy/paste in Anaconda prompt?

Viewed 15844

I work on Windows 7. Have the following problem. Want to copy a text from Anaconda prompt to a website.

I marked a given line in Ancaconda prompt, I click 'mark' in the menu, mark the text - but when I click right the marking vanishes. I also tried Ctrl-C and Ctrl-V but it doesn't work either. What is my mistake?

5 Answers

Step 1: Right click on the title bar of the Anaconda Prompt.

Step 2: Select Properties.

Step 3: Under Options section, select all the check boxes of Edit Options and Text Selection, then click OK

Hope this helps.

Ctrl+C to copy anything from anywhere, as usual
RIGHT CLIC inside Anaconda Prompt window to paste

  1. Right click on the title bar of the Anaconda Prompt.
  2. Select Default Value instead of Properties.
  3. Check last term of Edit Options.
  4. Restart the Prompt.

It's simple.

USE:

Copy: Enter Paste: Ctrl +V

I found how to do this.

You select the text you want, then *don't * do Ctrl-c or any other combination. Instead right click the title bar and check in the menu that appears a "Copy" option. (I think it is inside another menu). Once you do this, the text is copied in the correct way and you can just Ctrl-V in your own application, editor , etc

Related