Python Forum
Learning python with LPTHW
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning python with LPTHW
#6
(Oct-10-2016, 02:02 PM)snippsat Wrote:
(Oct-10-2016, 01:46 PM)sparkz_alot Wrote: As mention use cmder,then you have a shell which is closer to shell on Linux."
Not sure that's a big selling point for windows users. Many have little or no experience with linux and many just don't like it. Personally, I've never had a problem running Python code on windows unless it's something specifically targeting linux and vice versa.
All cmd commands work in cmder,and cmd is still there if want to use it.
It's just that cmder has a lot more stuff that work(ssh,git..ect) than cmd,and look a lot better.
If want you "dir" to list files okay,but also Linux "ls"(get color tag folders and files) is working.

Thats why i just add cygwins bin directory to windows path environmental variable. Because then you can insert either or into the command prompt. I dont have to use a special console.

C:\Users>ls
Administrator           All Users  Default User      Public       metul_000
Administrator.windows8  Default    Default.migrated  desktop.ini

C:\Users>dir
 Volume in drive C is Windows
 Volume Serial Number is 3405-69A8

 Directory of C:\Users

09/22/2016  04:23 AM    <DIR>          .
09/22/2016  04:23 AM    <DIR>          ..
02/22/2014  10:19 PM    <DIR>          Administrator
09/22/2016  04:43 AM    <DIR>          Administrator.windows8
09/22/2016  04:35 AM    <DIR>          Default.migrated
09/30/2016  07:01 AM    <DIR>          metul_000
09/22/2016  04:38 AM    <DIR>          Public
               0 File(s)              0 bytes
               7 Dir(s)  791,663,669,248 bytes free

C:\Users>man cpp

C:\Users>ls | grep "Admin"
Administrator
Administrator.windows8

C:\Users>git add .
fatal: Not a git repository (or any parent up to mount parent /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

C:\Users>git init
Initialized empty Git repository in /cygdrive/c/Users/.git/

C:\Users>
Recommended Tutorials:
Reply


Messages In This Thread
Learning python with LPTHW - by diemildefreude - Oct-10-2016, 03:35 AM
RE: What's wrong with LPTHW? What's better? - by metulburr - Oct-10-2016, 02:12 PM
RE: Learning python with LPTHW - by Kebap - Oct-10-2016, 06:47 PM
RE: Learning python with LPTHW - by Mekire - Oct-10-2016, 07:06 PM
RE: Learning python with LPTHW - by sparkz_alot - Oct-10-2016, 09:22 PM
RE: Learning python with LPTHW - by wavic - Oct-10-2016, 11:01 PM
RE: Learning python with LPTHW - by metulburr - Oct-10-2016, 11:11 PM
RE: Learning python with LPTHW - by Mekire - Oct-11-2016, 12:01 AM
RE: Learning python with LPTHW - by wavic - Oct-10-2016, 11:20 PM
RE: Learning python with LPTHW - by metulburr - Oct-11-2016, 12:23 AM
RE: Learning python with LPTHW - by Larz60+ - Oct-11-2016, 03:04 AM
RE: Learning python with LPTHW - by buran - Oct-18-2016, 08:54 AM
RE: Learning python with LPTHW - by diemildefreude - Oct-12-2016, 12:08 PM
RE: Learning python with LPTHW - by micseydel - Oct-12-2016, 02:50 PM
RE: Learning python with LPTHW - by diemildefreude - Oct-12-2016, 04:53 PM
RE: Learning python with LPTHW - by sparkz_alot - Oct-12-2016, 07:35 PM
RE: Learning python with LPTHW - by diemildefreude - Oct-12-2016, 10:43 PM
RE: Learning python with LPTHW - by diemildefreude - Oct-18-2016, 05:27 AM
RE: Learning python with LPTHW - by Kebap - Oct-18-2016, 11:23 AM
RE: Learning python with LPTHW - by diemildefreude - Oct-20-2016, 05:09 AM
RE: Learning python with LPTHW - by demosthenesk - Oct-19-2016, 06:01 PM

Forum Jump:

User Panel Messages

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