1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-26 00:46:59 +00:00

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

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:
~~~~~~