update installation instruction in readme
authorrougeronj
Thu, 27 Nov 2014 11:50:26 +0100
changeset 373 1e2c3abcc888
parent 372 c74b7a4a23fa
child 374 ad92df04d9ab
update installation instruction in readme
src/hdalab/README.txt
--- 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