Python Forum
multiple versions of Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple versions of Python
#3
apparently pyenv creates an "environment" of some kind in a subdirectory and you have to activate it in each shell session. but you cannot have 2 or more concurrent activations. checking each script to see what version it uses then activating that version is not a practical way to use scripts. environments is not the way to go for what i am planning to do. basically, i need to have each version in /usr/bin and other system directories. i do have 2 versions now and can use either one by just specifying which version in the #! line (the first line) of the script.

i'm still trying to find out what kind of environment pyenv creates so i can evaluate how it might be made usable. who here really knows? this is on Ubuntu Linux 16.04.6.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
multiple versions of Python - by Skaperen - Jun-11-2019, 01:20 AM
RE: multiple versions of Python - by stranac - Jun-11-2019, 10:49 AM
RE: multiple versions of Python - by Skaperen - Jun-11-2019, 10:03 PM
RE: multiple versions of Python - by stranac - Jun-12-2019, 11:46 AM
RE: multiple versions of Python - by Skaperen - Jun-12-2019, 01:12 PM
RE: multiple versions of Python - by DeaD_EyE - Jun-12-2019, 06:23 PM
RE: multiple versions of Python - by Skaperen - Jun-13-2019, 12:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python App On Different Versions Harshil 3 2,369 Aug-25-2020, 04:14 PM
Last Post: snippsat
  compiling various versions of Python, which toolchain? Skaperen 4 2,741 Jun-06-2019, 06:28 AM
Last Post: Skaperen
  running other older versions of python Skaperen 20 10,004 Mar-03-2018, 02:23 AM
Last Post: Skaperen
  many versions on python on linux Skaperen 8 5,782 Oct-17-2017, 02:22 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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