21230: Use virtualenv in arvbox
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / doc / run-service
index c40e1175edbe9e55326109cb666c630c4eda621e..8d3fdc836573f1fe99813c5e82a2080607517294 100755 (executable)
@@ -18,13 +18,10 @@ cd /usr/src/arvados/doc
 run_bundler --without=development
 
 # Generating the Python and R docs is expensive, so for development if the file
-# "no-sdk" exists then skip the Python and R stuff.
+# "no-sdk" exists then skip installing R stuff.
 if [[ ! -f /usr/src/arvados/doc/no-sdk ]] ; then
     cd /usr/src/arvados/sdk/R
     R --quiet --vanilla --file=install_deps.R
-
-    export PYCMD=python3
-    pip_install pdoc
 fi
 
 if test "$1" = "--only-deps" ; then