[hamradio-commits] [gnss-sdr] 04/27: Adding info about selecting a python version

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Fri May 1 08:09:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 7f8dc3edcc9c8cf2b83ec8043004b49f979fe8ad
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Mar 27 15:56:52 2015 +0100

    Adding info about selecting a python version
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 4840919..0335f60 100644
--- a/README.md
+++ b/README.md
@@ -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:
 
 ~~~~~~ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list