Pierre Fortin wrote:
Over the years, I've tried different mechanisms for applying colors until
I got my hands on f-stings; then I created a tiny module with all the
colors (cR, cG, etc) which made my life so much simpler (attached).
Attachments are stripped off in this list.
It would be nice t
Dennis Lee Bieber wrote:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Owner> Get-ChildItem -Path C:\Python310\ -Recurse -Name -Filter
"pip.*"
Tried it. Oh man what a slow process:
sync
Thomas Passin wrote:
So please, try to think out how your questions will seem to the reader, and be clear about what you are asking. You may
not know the terminology that some other people use, but don't let that stop you from being clear about what you really
need to find out. Including more
Thomas Passin wrote:
Are you trying to troll here?
You just showed how you got an error with this construction, so why are you
asking how to
get an error with this construction?
I meant (obviously), another error-message besides:
error: unrecognized arguments: -cn
Perhaps from 'parser.
I accidentally used 'argparse' like this in my Python 3.9 program:
parser.add_argument ("-c, --clean", dest="clean", action="store_true")
parser.add_argument ("-n, --dryrun", dest="dryrun", action="store_true")
instead of:
parser.add_argument ("-c", "--clean", dest="clean", action="store_
Dieter Maurer wrote:
Otherwise no issues. But where is this text "-arkupsafe" stored
and how to get rid it it? I've searched through all of my .pth
files and found no such string.
Have you looked at the content of the folder mentioned
in the warnings (e.g. `...\site-packages`).
I had 2 folde
Hello list.
I have an issue with 'pip v. 22.3.1'. On any
'pip install' command I get warning like this:
c:\> pip3 install asciinema
WARNING: Ignoring invalid distribution -arkupsafe
(f:\gv\python310\lib\site-packages)
WARNING: Ignoring invalid distribution -arkupsafe
(f:\gv\python310\lib\
dn wrote:
E.g. 'Scripts/pip2.exe' has the path
"f:\programfiler\python27\python.exe" hard-coded
inside it.
Is there a easy way to fix this w/o re-installing this
old Python?
Yes, by putting a symbolic-link at the old 'programfiler' location which
points to the new 'gv' installation.
I'm sus
Hello list.
I'm moved my old Python27 installation from
f:\ProgramFiler\Python27 ( == 'ProgramFiles')
to
f:\gv\Python27
and now many 'scripts/*.exe' program fails
to start since the old path to 'Python.exe'
is wrong.
E.g. 'Scripts/pip2.exe' has the path
"f:\programfiler\python27\python.exe
Eryk Sun wrote:
If the redirector app
is run without arguments, it will open the Microsoft Store to install
the latest version of the Python store app distribution. Currently
that means Python 3.10.
That is true with cmd. But with a shell like 4NT, I get:
c:\> "%LocalAppData%\Microsoft\Windo
Thorsten Kampe wrote:
> My goal is to verify that other shells/interpreters on Windows work
> the same way as Python when running an application or creating a sub-
> process. Cmd does not. What's else there? I have Bash here but that's
> a Cygwin executable. And Cygwin Python does not work like
Michael Selik wrote:
> It suddenly occurred to me that if Microsoft announced it's
> Ubuntu-in-Windows feature today, no one would believe it.
My feeling too, but this was announced 30 March.
In the video in this link:
http://www.cnx-software.com/2016/03/31/microsoft-brings-bash-on-ubuntu-on-w
12 matches
Mail list logo