From 1fe37566ab72b2d7e53d36c36948e50086e7059a Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 27 Mar 2015 12:13:19 +0530 Subject: Added note about virtual python environment in the README --- testapp/README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testapp/README.rst b/testapp/README.rst index 72b666c..e6f8380 100644 --- a/testapp/README.rst +++ b/testapp/README.rst @@ -40,6 +40,9 @@ Quick start 7. Run code_server command as superuser as follows:: - $ code_server + $ sudo code_server - Note: You must have a sudo access to run the above command. + Note: If you are using virtual python environment, then activate the environment + using sudo. Then simply run the code_server command as follows:: + + $ code_server -- cgit