Skip to content

Commit

Permalink
Merge "[FAB-5200] - Add python prereq"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Sep 13, 2017
2 parents 7ba7ba6 + 1288299 commit 4b9de5c
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 @@ -95,6 +95,25 @@ installed.
npm install npm@3.10.10 -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 4b9de5c

Please sign in to comment.