From 5e2efb5da6db0f0710d01df9a1e1109a45f3f16a Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues dos Santos <130629262+BruDriguezz@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:03:16 -0300 Subject: Update system-python.md: Improve bullet point formatting (#3029) --- bot/resources/tags/system-python.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot/resources/tags/system-python.md b/bot/resources/tags/system-python.md index baac7665e..d34faf3ad 100644 --- a/bot/resources/tags/system-python.md +++ b/bot/resources/tags/system-python.md @@ -6,13 +6,10 @@ embed: *Why Avoid System Python for Development on Unix-like Systems:* - **Critical Operating System Dependencies:** Altering the system Python installation may harm internal operating system dependencies. - - **Stability and Security Concerns:** System interpreters lag behind current releases, lacking the latest features and security patches. - - **Limited Package Control:** External package management restricts control over versions, leading to compatibility issues with outdated packages. *Recommended Approach:* - **Install Independent Interpreter:** Install Python from source or utilize a virtual environment for flexibility and control. - - **Utilize [Pyenv](https://github.com/pyenv/pyenv) or Similar Tools:** Manage multiple Python versions and create isolated development environments for smoother workflows. -- cgit v1.2.3