I get SyntaxError: invalid syntax
while trying to install biopython using the following command.
conda install -c anaconda biopython
Could you please help me install biopython in anaconda (3) ?
Package maintainers recommend using (in the terminal):
conda install -c conda-forge biopython
We deliberately recommend using Biopython from the conda-forge channel, as this is usually up to date and covers Windows, Mac OS X and Linux. The default Conda channel does have Biopython, but is often out of date. https://biopython.org/wiki/Packages
Open the terminal and export your path to anaconda:
export PATH=~/anaconda3/bin:$PATH
Then type:
conda install -c anaconda biopython
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With