diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-03 08:59:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-03 08:59:07 +0000 |
commit | 40460b1fd291612cca316527c4366e83ae295ce2 (patch) | |
tree | ce3773c59b2e94451889c2546f1afcb34fb8b797 /docs/configguide/installation.rst | |
parent | 48feb686c3b6648d4bc52b155a053ec5b5883e9a (diff) | |
parent | 3c349ea8de9d2ca18e753583cd2b60469737586c (diff) |
Merge "docs: Enhancement of IxNetwork configuration guide"
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 |