add prequisites for ubuntu dev env (#30713)
This commit is contained in:
parent
16bcb0393e
commit
bb38e34fc5
1 changed files with 10 additions and 0 deletions
|
@ -23,7 +23,17 @@ What's covered in this section:
|
||||||
|
|
||||||
Environment setup
|
Environment setup
|
||||||
=================
|
=================
|
||||||
|
Prerequisites Via Apt (Ubuntu)
|
||||||
|
``````````````````````````````
|
||||||
|
Due to dependencies (for example ansible -> paramiko -> pynacl -> libffi):
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install build-essential libssl-dev libffi-dev python-dev
|
||||||
|
|
||||||
|
Common Environment setup
|
||||||
|
````````````````````````
|
||||||
1. Clone the Ansible repository:
|
1. Clone the Ansible repository:
|
||||||
``$ git clone https://github.com/ansible/ansible.git``
|
``$ git clone https://github.com/ansible/ansible.git``
|
||||||
2. Change directory into the repository root dir: ``$ cd ansible``
|
2. Change directory into the repository root dir: ``$ cd ansible``
|
||||||
|
|
Loading…
Reference in a new issue