mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove FAQ document
Just going to remove need for '-E' instead soon
This commit is contained in:
12
docs/faq.rst
12
docs/faq.rst
@@ -1,12 +0,0 @@
|
||||
================================
|
||||
Frequently Asked Questions (FAQ)
|
||||
================================
|
||||
|
||||
What is the effect of using ``sudo -E``?
|
||||
========================================
|
||||
|
||||
You may notice the use of ``sudo -E`` in several commands in this guide. Using
|
||||
``-E`` with ``sudo`` allows you to carry over all the environment variables
|
||||
into the ``sudo`` command. Most importantly, this lets use use the contents
|
||||
of ``PATH`` with ``sudo``, which gives access to the right path for ``conda``,
|
||||
``pip``, etc.
|
||||
@@ -111,7 +111,6 @@ guides help you find what is broken & hopefully fix it.
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
faq
|
||||
troubleshooting/logs
|
||||
|
||||
Often, your issues are not related to TLJH itself but to the cloud provider
|
||||
|
||||
Reference in New Issue
Block a user