[Biopython] pip install biopython in ubuntu at windows
John Berrisford
jmb at ebi.ac.uk
Wed Sep 12 06:17:44 UTC 2018
Hi
You’re mixing two different python environments.
The python setup is completely independent of the windows setup.
i.e. if you install python in windows then Ubuntu doesn’t know anything about it.
To install python3 in Ubuntu
Open a Ubuntu terminal then type the following
sudo apt-get install python3
you may need the following to install pip for python3
sudo apt-get install python3-pip
then
sudo pip3 install biopython
Hope this helps
John
From: Biopython [mailto:biopython-bounces+jmb=ebi.ac.uk at mailman.open-bio.org] On Behalf Of Fernanda Trancoso
Sent: 12 September 2018 00:46
To: biopython mailing list <biopython at biopython.org>
Subject: [Biopython] pip install biopython in ubuntu at windows
Hey there, good night/day/afternoon.
can someone help me?
im having problems installing biopython using ubuntu at windows.
when i use pip install it goes to
AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/home/trancoso/.local/lib/python2.7/site-packages
but i installed python 3.7 at
C:/Users/fernanda/AppData/Local/Programs/Python/Python37
and i dont have access to /rootfs/
i searched for similar problems but couldnt find answers for it.
thanks!
--
Fernanda Fontes Trancoso
Aluna de Graduação em Ciências Biológicas na UFMG
+55 (31) 9156-6485
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython/attachments/20180912/8e2c7583/attachment.html>
More information about the Biopython
mailing list