--- a/src/hdalab/README.txt Fri Nov 21 16:15:42 2014 +0100
+++ b/src/hdalab/README.txt Thu Nov 27 11:50:26 2014 +0100
@@ -32,13 +32,13 @@
0) requis : python 2.6 (64 bits).
1) installer PostGreSql 9.X car ça tourne en 64 bits.
-3) $ export PYTHONPATH=/path/to/workspace/hdabo/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
+3) export PYTHONPATH=/path/to/workspace/hdabo/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
4) ajouter le path jusqu'à pg_config dans les vars d'env : ajouter dans la ligne suivante dans ~/.bashrc :
export PATH=$PATH:/Library/PostgreSQL/9.X/bin
- faire en sorte que ~/.bashrc soit bien pris en compte quand on lance un terminal : ajouter dans la ligne suivante dans /etc/bashrc :
[ -r ~/.bashrc ] && . ~/.bashrc
- se mettre dans le bon répertoire et la création du virtualenv :
- $ cd /path/to/workspace/hdabo/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
+ $ cd /path/to/workspace/hdabo/virtualenv/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
$ python create_python_env.py
$ python project-boot.py --no-site-packages --type-install=local env/myhdaboenv