Skip to content

Commit 483cd2d

Browse files
oraculixRendanic
authored andcommitted
Add clarification to readers about venv install
1 parent 8f614a3 commit 483cd2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/guides/Local-Install-HOWTO.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ toc::[]
1212

1313
This guide will show you how to get Ansible-Oracle up and running with a local installation (as opposed to a container or Vagrant setup).
1414

15-
It is assumed that the server doesn't have Internet access and therefore it's demonstrated how to install all necessary binaries manually.
15+
It is assumed that the server is airgapped and doesn't have Internet access and therefore it's demonstrated how to install all necessary binaries manually.
1616

17-
To enable you to run the Ansible-Oracle environment independently of other versions of Ansible, Python and Galaxy modules, everything will be encapsulated within a Python Virtual Environment (venv). If you prefer to install everything globally, you'll find info on how to do so below.
17+
NOTE: This guide aims at developers who want to test different setups with different dependencies. To enable you to run the Ansible-Oracle environment independently of other versions of Ansible, Python and Galaxy modules, everything will be encapsulated within a Python Virtual Environment (venv). If you prefer to install everything globally, you'll find info on how to do so below.
1818

1919
The steps in this guide were tested with OL9.5, Python 3.9, Ansible 2.14 and Ansible-Oracle 4.11.1.
2020

@@ -104,9 +104,10 @@ pip install /tmp/python-packages/cx_Oracle-*.whl
104104
#pip install /tmp/python-packages/oracledb
105105
----
106106

107-
Install packages in the virtual environment; omit the ``-p
108-
~/ansible/ansible-oracle/.venv/lib/collections'' to install for the user
109-
``ansible'':
107+
Install packages in the virtual environment:
108+
109+
NOTE: If you don't want the dependencies within the venv, change the `-p
110+
~/ansible/ansible-oracle/.venv/lib/collections` to `-p ~/ansible/ansible-oracle/playbooks/collections`. This is the default path for Ansible Navigator.
110111

111112
[source,bash]
112113
----

0 commit comments

Comments
 (0)