Is Python support for FreeBSD just as good as, for example, for CentOS / Ubuntu / other linux accessories?
This is probably better than other operating systems, but I'm a FreeBSD fanatic.
But! As Freitags says, you don't want to use pip (and gem , I could add). All of these language-specific packaging systems were born out of frustration with various inadequate OS-specific packages.
If the world used BSD, pip (or gem) would be unnecessary.
Why sing this town here? To warn you, you may not find some obscure Python package already ported - even though it is available through pip. Packets of any prominence are carried over (here is the current list ), but something less well-known may not be.
Do not despair - create a port yourself, using any of the existing examples, and the FreeBSD Handbook . This is very easy to do, and if you send it to FreeBSD, it will already be there the next time you need it.
Good luck.
source share