Skip to content

Downloads pages and links do not mention pre-compiled Pythons from Linux/UNIX distributions #1551

Open
@pguerin3

Description

@pguerin3

There is a Python port for FreeBSD.

Can you add 'Python for FreeBSD' to the webpage "Download Python for Other Platforms":
https://www.python.org/download/other/

To install the latest Python and Pip for version agnostic scripts, just do this:
pkg install python
python -m ensurepip --default-pip

To explicitly install Python3.x and Pip, just do this:
pkg install python3
python3 -m ensurepip --default-pip

More information about the port is here:
https://www.freshports.org/lang/python/

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentRelates to (un)published content on the site

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions