Adding info about selecting a python version

This commit is contained in:
Carles Fernandez 2015-03-27 15:56:52 +01:00
parent acb35ccdd9
commit 7f8dc3edcc
1 changed files with 12 additions and 0 deletions

View File

@ -381,6 +381,18 @@ $ sudo port install armadillo
$ sudo port install google-glog +gflags
~~~~~~
You also might need to activate a Python installation. The list of installed versions can be retrieved with:
~~~~~~
$ port select list python
~~~~~~
and you can activate a certain version by typing:
~~~~~~
$ sudo port select --set python python27
~~~~~~
Finally, you are ready to clone the GNSS-SDR repository and build the software:
~~~~~~