Hi Christian,
Thank you for the reply.
I tried like this
export PATH=$PATH:/homeappl/home/njayavel/appl_taito/my_cutadapt/bin
Is this correct way of doing it? Then I am getting this error.
Traceback (most recent call last):
File "/homeappl/home/njayavel/appl_taito/my_cutadapt/bin/cutadapt", line 9, in <module>
from cutadapt.scripts import cutadapt
ImportError: No module named cutadapt.scripts
Best Regards,
Naresh D J
Can u post commands how did u install cutadapt? The better way is
pip install cutadaptorsudo pip install cutadapt.Hi Goutham Atla,
Thank you for the reply,
I am installing it on the server machine. I do not have root access.
I have downloaded the
cutadapt-1.8.3.tar.gzand installed using the commandIt produced the following.
I think you need to export PYTHONPATH as well. I would suggest you to run
sudo pip install cutadapt.If you do not havesudopermissions, get python distributions likeAnaconda, which makes life easier.get python distributions like Anaconda, which makes life easier.
What? Anaconda has nothing to do user permissions. If you're suggesting that using "conda" instead of "pip" will help, then I think you're also off-base as conda's cutadapt release (1.3) is way behind the PyPI release (1.8.3). Also, please, please never recommend that anyone mess with their PYTHONPATH environment variable - especially users that seem to be having basic packaging/installation issues. PYTHONPATH should point to the system python library and the one in our $HOME/.local directory, and unless you have some extremely good reasons to change it please don't.
I mean to say adding to Pythonpath not entirely changing the pythonpath.
Sorry, I think you caught me on a grumpy day...
If you don't have root privileges, run:
Also for future questions like this I would post in the cutadapt issue tracker.