diff options
Diffstat (limited to 'docs/configguide/installation.rst')
-rwxr-xr-x | docs/configguide/installation.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst index 5072dee0..c426dcea 100755 --- a/docs/configguide/installation.rst +++ b/docs/configguide/installation.rst @@ -107,24 +107,28 @@ Fedora, RedHat and Ubuntu Gotcha ^^^^^^ .. code:: bash + $ source bin/activate Badly placed ()'s. Check what type of shell you are using .. code:: bash + echo $shell /bin/tcsh See what scripts are available in $HOME/vsperfenv/bin .. code:: bash + $ ls bin/ activate activate.csh activate.fish activate_this.py source the appropriate script .. code:: bash + $ source bin/activate.csh Working Behind a Proxy |