Jenya-
Thanks for your reply! I'm using NERC bio-linux8, a non-standard qiime install? I normally type qiime in a command line, then i see a qiime prompt. then I start to use qiime's scripts like this:
$ qiime
$ qiime > print_qiime_config.py
If i need to put "print_qiime_config.py" in a script like :
#!/bin/bash
print_qiime_config.py
it doesn't work because bash won't know where to look for print_qiime_config.py...
how to I tell my bash script the correct paths?
husen