updating content from zexuan's user test

This commit is contained in:
Chris Holdgraf
2018-08-10 10:09:24 -07:00
committed by yuvipanda
parent 258e350abc
commit 2181947f83
21 changed files with 468 additions and 200 deletions

12
docs/faq.rst Normal file
View File

@@ -0,0 +1,12 @@
================================
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.