Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.


devel / comp.lang.python / RE: found older version of python in my command prompt

SubjectAuthor
o RE: found older version of python in my command promptMike Dewhirst

1
RE: found older version of python in my command prompt

<mailman.2434.1680043415.20444.python-list@python.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=27053&group=comp.lang.python#27053

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!not-for-mail
From: miked@dewhirst.com.au (Mike Dewhirst)
Newsgroups: comp.lang.python
Subject: RE: found older version of python in my command prompt
Date: Wed, 29 Mar 2023 09:37:29 +1100
Lines: 20
Message-ID: <mailman.2434.1680043415.20444.python-list@python.org>
References: <06827EC2-EB03-49A6-AA23-E802529EFC91@hxcore.ol>
<4PmPq94HJ5znVG3@mail.python.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Trace: news.uni-berlin.de dZivOzVz8axTPzJIK0P7iA/c3MhpiCOzD6HLJ2iUPUQw==
Return-Path: <miked@dewhirst.com.au>
X-Original-To: Python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.011
X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pfxlen:0': 0.03;
'variable': 0.05; 'subject:python': 0.06; 'prompt,': 0.09;
'prompt.': 0.09; 'skip:\xc2 20': 0.09; 'subject:version': 0.09;
'url:mailman': 0.15; '--------': 0.16; 'directories.': 0.16;
'dll': 0.16; 'from:addr:dewhirst.com.au': 0.16; 'from:addr:miked':
0.16; 'from:name:mike dewhirst': 0.16;
'received:webmastery.com.au': 0.16; 'subject:found': 0.16;
'windows.': 0.16; 'python': 0.16; 'to:addr:python-list': 0.20;
'issue': 0.21; 'version': 0.23; 'command': 0.23; 'to:name:python-
list@python.org': 0.24; 'skip:- 10': 0.25; 'url-
ip:188.166.95.178/32': 0.25; 'url-ip:188.166.95/24': 0.25;
'url:listinfo': 0.25; 'url-ip:188.166/16': 0.25; 'old': 0.27;
'version.': 0.28; 'default': 0.31; 'url-ip:188/8': 0.31;
"doesn't": 0.32; 'but': 0.32; 'there': 0.33; 'path': 0.33;
'received:192.168.0': 0.33; 'windows': 0.34; 'header:In-Reply-
To:1': 0.34; 'received:au': 0.35; 'files': 0.36; 'fix': 0.36;
'this.': 0.37; 'received:192.168': 0.37; 'url:550986': 0.39;
'url:fwlink': 0.39; 'url:linkid': 0.39; 'date:': 0.39; 'edit':
0.39; 'prompt': 0.39; 'want': 0.40; 'try': 0.40; 'to:': 0.62;
'skip:\xc2 10': 0.62; 'dear': 0.62; 'email addr:gmail.com': 0.63;
'your': 0.64; 'message-id:invalid': 0.68; '8bit%:38': 0.70;
'older': 0.70; '8bit%:100': 0.76; 'sir,': 0.80; 'bhardwaj': 0.84;
'unwanted': 0.84; 'received:103': 0.91; 'secret': 0.96
SavedFromEmail: miked@dewhirst.com.au
In-Reply-To: <06827EC2-EB03-49A6-AA23-E802529EFC91@hxcore.ol>
Importance: normal
X-PPP-Message-ID: <20230328223741.9887.2666@plesk01.e1.webmastery.com.au>
X-PPP-Vhost: dewhirst.com.au
X-Content-Filtered-By: Mailman/MimeDel 2.1.39
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <4PmPq94HJ5znVG3@mail.python.org>
 by: Mike Dewhirst - Tue, 28 Mar 2023 22:37 UTC

The quickest and dirtiest fix is to edit your %path% variable in windows. Remove all python versions you don't want from the path and Windows won't find them.You can then just delete the unwanted python directories.That doesn't remove any old dll files in secret locations but this is a dirty fix.--(Unsigned mail from my phone)
-------- Original message --------From: pranavbhardwaj773@gmail.com Date: 29/3/23 02:43 (GMT+10:00) To: Python-list@python.org Subject: found older version of python in my command prompt            Sent from [1]Mail for Windows   Dear sir,                 I am Pranav Bhardwaj and I am facing issue regarding python   version. When I try to open python in my command prompt, I see there is   very older version in it that is python 2.7.13 as a default version. I   want to switch my default version to the latest version in my command   prompt. Plese help me how can I do this.    References   Visible links   1. https://go.microsoft.com/fwlink/?LinkId=550986-- https://mail.python.org/mailman/listinfo/python-list


devel / comp.lang.python / RE: found older version of python in my command prompt

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor