Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stupid question
#1
Hi! I want to install Python on Linux. I don't see any non-source options for Linux installers...What options do I have? I will use the source versions if I have to but I would likely need instructions on how to compile it myself. I know I might be able to use an emulator like Wine, but I don't want to have to troubleshoot any issues that stem from using Wine. I also would rather not use my Windows VM if I don't have to.
Reply
#2
Use uv,read more about it make installing a lot easier.
uv python install 3.13.1
# Or eg virtual environment
$ uv venv --python 3.12.0
Using Python 3.12.0
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
Reply
#3
Thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Reverse list items in a stupid way pyth0n123 4 3,618 Jul-28-2019, 02:52 PM
Last Post: pyth0n123
  stupid > comparison question adetheheat 2 3,701 Jan-11-2018, 01:04 PM
Last Post: adetheheat
  how do you use stupid ffmpeg ineedastupidusername 0 5,194 Nov-10-2017, 05:38 AM
Last Post: ineedastupidusername
  Stupid question abradler 3 4,590 Apr-13-2017, 07:10 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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