Hi,
I have installed the cutadapt on a server machine with out any errors. But when I use it results in the following error
bash: cutadapt: command not found
I am new to the linux OS and working on the servers. Can any one help me?
Thank you,
Naresh D J
Can u post commands how did u install cutadapt? The better way is
pip install cutadapt
orsudo pip install cutadapt
.If you don't have root privileges, run:
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.gz
and 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 havesudo
permissions, 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...
Also for future questions like this I would post in the cutadapt issue tracker.