From 04e64c523df212815eb4b29d766f83916a3dd099 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Jan 2021 10:41:20 +0000 Subject: Remove incorrect point --- bot/resources/tags/environments.md | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/resources/tags/environments.md b/bot/resources/tags/environments.md index 51d1b4a20..7bc69bde4 100644 --- a/bot/resources/tags/environments.md +++ b/bot/resources/tags/environments.md @@ -17,7 +17,6 @@ If Python's `sys.executable` doesn't match pip's, then they are currently using • Resolve dependency issues by allowing the use of different versions of a package for different projects. For example, you could use Package A v2.7 for Project X and Package A v1.3 for Project Y. • Make your project self-contained and reproducible by capturing all package dependencies in a requirements file. Try running `pip freeze` to see what you currently have installed! -• Install packages on a host on which you do not have admin privileges. • Keep your global `site-packages/` directory tidy by removing the need to install packages system-wide which you might only need for one project. -- cgit v1.2.3