Jari Aalto writes:
>>> $ python -V
>>> sh: /usr/bin/python: Permission denied
>>>
>>> $ /usr/bin/python2.6.exe -V
>>> sh: /usr/bin/python2.6.exe: Permission denied
[FYI, just for the archives and google]
The problem was F-secure antivirus software that put all installed new
Cygwin applications
Jason Tishler writes:
> Jari,
>
> On Thu, Jun 03, 2010 at 10:26:50AM +0300, Jari Aalto wrote:
>> After installing 2.6.5-1:
>>
>> $ python -V
>> sh: /usr/bin/python: Permission denied
>>
>> $ /usr/bin/python2.6.exe -V
>> sh: /usr/bin/python2.6.exe: Permission denied
>> [snip]
>
> WFM:
>
> $ py
Jari,
On Thu, Jun 03, 2010 at 10:26:50AM +0300, Jari Aalto wrote:
> After installing 2.6.5-1:
>
> $ python -V
> sh: /usr/bin/python: Permission denied
>
> $ /usr/bin/python2.6.exe -V
> sh: /usr/bin/python2.6.exe: Permission denied
> [snip]
WFM:
$ python -V
Python 2.6.5
$ /usr/bin/
After installing 2.6.5-1:
$ python -V
sh: /usr/bin/python: Permission denied
$ /usr/bin/python2.6.exe -V
sh: /usr/bin/python2.6.exe: Permission denied
$ ls -la /usr/bin/python*
lrwxrwxrwx 1 jaalto root 13 Jun 3 09:42 /usr/bin/python -> python2.6.exe
lrwxrwxrwx 1 j