aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r--docs/source/siteadmin/deploying.rst2
-rw-r--r--docs/source/siteadmin/relnotes.rst2
-rw-r--r--docs/source/siteadmin/upgrading.rst2
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 13cd8480..e8389c06 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -256,7 +256,7 @@ Clone the MediaGoblin repository and set up the git submodules::
Set up the environment::
$ ./bootstrap.sh
- $ VIRTUALENV_FLAGS='--system-site-packages' ./configure
+ $ ./configure
$ make
Create and set the proper permissions on the ``user_dev`` directory.
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index 78342d99..367c6b96 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -44,6 +44,8 @@ This chapter has important information about our current and previous releases.
- Remove Debian 10 development Dockerfile (BenSturmfels)
- Document running multiple MediaGoblin instances on one server (Ben Sturmfels)
- Begin conversion from jQuery to vanilla JS (Ben Sturmfels)
+- Remove `--system-site-packages` from docs and CI builds as it is forced anyway
+ (Ben Sturmfels)
**Bug fixes:**
diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst
index 40df97ff..d2a5f4de 100644
--- a/docs/source/siteadmin/upgrading.rst
+++ b/docs/source/siteadmin/upgrading.rst
@@ -42,7 +42,7 @@ Upgrade
4. Recreate the virtual environment and install MediaGoblin::
- ./bootstrap.sh && VIRTUALENV_FLAGS='--system-site-packages' ./configure &&
+ ./bootstrap.sh && ./configure &&
make
5. Re-install any ":doc:`plugins`" you had previously installed. Skipping these