简体   繁体   中英

Install biopython on windows (use mobaxterm)

I have tried to install the biopyhton on Windows 10 (using Mobaxterm), but I have not succeded.

I get the reply "bash: pip: command not found" when typing in "pip install biopython". However, when I do the same on the cmd line, there is no problem, and biopython is installed together with numpy. I use python 3.7, thus pip should be included when installating python.
Nonetheless, I have dowloaded get-pip.py and the biopython file ( https://biopython.org/wiki/Download ), but it didn't help. Sorry, I'm really not an experienced programmer. I think it is something regarding the path, but I just can't figure it out.

BR Jonas

Installing pip in MobaXTerm

  1. Install pip in MobaXTerm terminal: apt-cyg install python3-pip
  2. Upgrade pip to 19.x: pip3 install --upgrade pip

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM