redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

missing a couple of steps in python configuration #45

Open aijanai opened 10 years ago

aijanai commented 10 years ago

During python install, after

python setup.py build

1)user should also execute, as root,

python setup.py install

2)PYTHONPATH should be checked, or at least set to properly fetch modules

export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/dist-packages:.

otherwise, step 5 fails