Python Forum
Installation of Python 2.7.x
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation of Python 2.7.x
#10
Quote:1. How do I validate that Linux default version is not affected due to installation on 2.7.x.
The version 2.7 of python will be installed besides the other installations as /usr/bin/python2.7
And you'll have to use python2.7 my_script.py to run your 2.7 scripts.

Quote:2. How to view two Python versions are installed in parallel.
You will have to check for the interpreter in the source folders in your PATH.

Quote:3. I need to install other software on Python 2.7.x, so how would I choose Python 2.7.x while installation and validate it after installation.
Just use the corresponding pip(2.7) to install the package/modules for your 2.7 scripts (applications).
Reply


Messages In This Thread
Installation of Python 2.7.x - by akshaynimkar - Jul-04-2018, 02:50 PM
RE: Installation of Python 2.7.x - by gontajones - Jul-04-2018, 02:55 PM
RE: Installation of Python 2.7.x - by akshaynimkar - Jul-05-2018, 07:30 AM
RE: Installation of Python 2.7.x - by gontajones - Jul-05-2018, 10:44 AM
RE: Installation of Python 2.7.x - by akshaynimkar - Jul-06-2018, 08:20 AM
RE: Installation of Python 2.7.x - by gontajones - Jul-06-2018, 08:46 AM
RE: Installation of Python 2.7.x - by akshaynimkar - Jul-06-2018, 02:25 PM
RE: Installation of Python 2.7.x - by gontajones - Jul-07-2018, 01:18 PM
RE: Installation of Python 2.7.x - by akshaynimkar - Jul-09-2018, 10:58 AM
RE: Installation of Python 2.7.x - by gontajones - Jul-10-2018, 09:57 PM
RE: Installation of Python 2.7.x - by akshaynimkar - Jul-11-2018, 01:10 PM
RE: Installation of Python 2.7.x - by gontajones - Jul-12-2018, 09:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python installation for old MacOS Yonix 1 557 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 951 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,760 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,009 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python installation/running inside singularity container erdemath 2 1,896 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 1,158 Aug-11-2022, 02:30 AM
Last Post: Danno
  Portable installation of Python possible? pstein 2 3,172 Nov-15-2020, 12:14 PM
Last Post: snippsat
  python and openCV installation dejhost 16 11,142 Aug-04-2020, 02:23 AM
Last Post: snippsat
  No Scripts File present after python installation ag2207 5 5,048 Jul-30-2020, 11:11 AM
Last Post: buran
  Cannot find Python installation folder when I install Anaconda bsbsbsbs 1 2,281 Jul-14-2020, 03:14 PM
Last Post: dgrunwal

Forum Jump:

User Panel Messages

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