Dave Angel writes:
> Mark Lawrence Wrote in message:
>>
>>
>> No matter what I try I can't get the subcommands in lower-case when I
>> have caps lock on, is there a simple work-around for this as well? :)
>>
>
> You could do what I've done for my own DOS, Windows, and Linux
> computers for ye
On 2014-02-11, Dave Angel wrote:
> Mark Lawrence Wrote in message:
>> No matter what I try I can't get the subcommands in lower-case
>> when I have caps lock on, is there a simple work-around for
>> this as well? :)
>
> You could do what I've done for my own DOS, Windows, and Linux
> computers
https://groups.google.com/forum/#!topic/python-virtualenv/8wzQfjQW2i8
--
https://mail.python.org/mailman/listinfo/python-list
Mark Lawrence Wrote in message:
>
>
> No matter what I try I can't get the subcommands in lower-case when I
> have caps lock on, is there a simple work-around for this as well? :)
>
You could do what I've done for my own DOS, Windows, and Linux
computers for years:
disable the caps-lock ke
On Tuesday, February 11, 2014 4:10:32 PM UTC+2, Mark Lawrence wrote:
> As the subject line says, details below.
> c:\Python34\Scripts>pip3.4 LIST
> Traceback (most recent call last):
>File "C:\Python34\lib\runpy.py", line 189, in _run_module_as_main
> "__main__", mod_spec)
>File "C:\Py
On Wed, Feb 12, 2014 at 1:50 AM, Mark Lawrence wrote:
> On 11/02/2014 14:41, Chris Angelico wrote:
>>
>> On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen
>> wrote:
>>>
>>> Hi, I get the same error with an older release of pip. But, I get that
>>> error regardless which uppercase argument I am
On 11/02/2014 14:41, Chris Angelico wrote:
On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen wrote:
Hi, I get the same error with an older release of pip. But, I get that
error regardless which uppercase argument I am passing to pip. Look
below:
Correct. The exception is thrown before it's
On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen wrote:
> Hi, I get the same error with an older release of pip. But, I get that
> error regardless which uppercase argument I am passing to pip. Look
> below:
>
Correct. The exception is thrown before it's looked at what the
subcommand is; it ha
On Tue, 11 Feb 2014 14:10:32 +
Mark Lawrence wrote:
> As the subject line says, details below.
>
> c:\Python34\Scripts>pip3.4 LIST
> Traceback (most recent call last):
>File "C:\Python34\lib\runpy.py", line 189, in _run_module_as_main
> "__main__", mod_spec)
>File "C:\Python34\li
On Wed, Feb 12, 2014 at 1:10 AM, Mark Lawrence wrote:
> File "C:\Python34\lib\site-packages\pip\__init__.py", line 156, in
> parseopts
> cmd_args.remove(args_else[0].lower())
> ValueError: list.remove(x): x not in list
>
> Is this a known problem, should I raise a bug against pip, what is th
As the subject line says, details below.
c:\Python34\Scripts>pip3.4 LIST
Traceback (most recent call last):
File "C:\Python34\lib\runpy.py", line 189, in _run_module_as_main
"__main__", mod_spec)
File "C:\Python34\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "c:
11 matches
Mail list logo