Skip to content

Commit

Permalink
[FAB-5200] - Add python prereq
Browse files Browse the repository at this point in the history
Ubuntu 16.04 comes baked with python 3.5.  This causes
npm installs to fail.  Add a command to retrieve v 2.7
[ci-skip]

Change-Id: If2018db726430b11b8f4987b9720501c982dfbad
Signed-off-by: Nick Gaski <[email protected]>
  • Loading branch information
nickgaski committed Jul 13, 2017
1 parent 8737eba commit 1288299
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@ installed.
npm install [email protected] -g
Python
^^^^^^

.. note:: The following applies to Ubuntu 16.04 users only.

By default Ubuntu 16.04 comes with Python 3.5.1 installed as the ``python3`` binary.
The Fabric Node.js SDK requires an iteration of Python 2.7 in order for ``npm install``
operations to complete successfully. Retrieve the 2.7 version with the following command:

.. code:: bash
sudo apt-get install python
Check your version(s):

.. code:: bash
python --version
Windows extras
--------------

Expand Down

0 comments on commit 1288299

Please sign in to comment.