Python Forum
How to upload the terminal on windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to upload the terminal on windows 10
#11
Windows +R proposes to me cmd.exe. but when I click on OK, I have C:\Users\sylvain   which is no good. I still have not uploaded cmd.exe. How is it possible he proposes me cmd.exe  ??
Reply
#12
(Nov-30-2017, 12:47 PM)sylas Wrote: I have C:\Users\sylvain

If you are seeing this in a window with a black background, you are in the 'cmd' terminal. It is telling you which directory you are currently in, in this case, the C:\Users\sylvain directory. If you type dir you will see a listing of all the files and directories under that location. If you type python at the prompt, you will be taken to the python terminal (provided you have Python set up correctly).
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#13
You're already in the terminal, then.  That line is just letting you know what folder you're in.  It should never say C:\Windows\System32\cmd.exe, since that's not a folder (and it'd be redundant, as you're already running cmd anyway).

Quote: but  none of them accepts ls or locate file
Those are linux commands, not windows commands.  They don't work in cmd, because they're not supposed to.
That said, ls DOES work in powershell, because it's so common that they implemented it for people who don't normally use windows.

Quote: Another big trouble since I am on Windows: I cannot find  the url where to post new threads.
I don't understand, just hit the button that says "post thread" in any of the forums?  You shouldn't use a url directly, as each sub-forum has it's own url.
Reply
#14
I learnt with google that it is possible to put linux console on the windows engine, but as I am not experienced with windows I don't try, because I am afraid to break the OS.
Reply
#15
https://www.cygwin.com/

?
Reply
#16
Cygwin is an emulator. It's great, but it won't get you apt-get (relating this to your other thread(s)). It also shouldn't "break" Windows, although you might do something wrong if you aren't mindful of what you're doing.
Reply
#17
Well, you could use  qemu or virtualbox and run a virtual linux system within windows, but why?  You gain very little, at the cost of system resources.
Reply
#18
Better to run dual boot.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020