switch default py3 version to 3.11 and rm old py3.x versions
This commit is contained in:
parent
7f1bb8f14c
commit
9888392b04
63 changed files with 720 additions and 19538 deletions
11
lang/python/3/files/EXTERNALLY-MANAGED
Normal file
11
lang/python/3/files/EXTERNALLY-MANAGED
Normal file
|
@ -0,0 +1,11 @@
|
|||
[externally-managed]
|
||||
Error=This Python installation is managed by pkg_add(1).
|
||||
|
||||
To install Python packages system-wide, use the OS packages where
|
||||
possible, for example: "pkg_add py3-somepackage".
|
||||
|
||||
Otherwise, for software which is not available in packages,
|
||||
it is recommended to create a "venv" (virtual environment, see
|
||||
https://docs.python.org/3/library/venv.html) and install it there.
|
||||
For standalone applications, pipx (in the py3-pipx package) can
|
||||
help manage this for you.
|
Loading…
Add table
Add a link
Reference in a new issue