Python Forum
after py2 EOL, is it safe to repoint python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
after py2 EOL, is it safe to repoint python?
#7
For me python and pip always point to version choose as global(system wide).
Because i always use pyenv Simple Python Version Management.
snippsat Wrote:Why pyenv?
  • pyenv will install Python or other Distribution(Anaconda,PyPy,MicroPython...ect),set it as system wide installation(or run it in a shell seesion).
  • No more using python3 or pip3 or sudo or --user when pip install something.
  • It's always python and pip to version set as global,and pip install requests to global version.
  • It's safe and will not mess with your OS,can go back to default pyenv local system or remove all rm -rf $(pyenv root)
Reply


Messages In This Thread
RE: after py2 EOL, is it safe to repoint python? - by snippsat - Sep-14-2019, 10:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  make eval() safe Skaperen 5 2,797 Mar-24-2022, 05:47 PM
Last Post: Skaperen
  is this string shell quote safe? Skaperen 2 2,190 Feb-18-2020, 12:56 AM
Last Post: Skaperen
  safe text to html Skaperen 10 11,766 Jul-07-2017, 04:23 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