Re: [Biopython] [PATCH] Use https:// instead of git:// in examples
Adam Sjøgren <[email protected]>
| Newsgroups | gmane.comp.python.bio.general |
|---|---|
| Organization | koldfront - analysis & revolution, Copenhagen, Denmark |
| Message-ID | <[email protected]> |
Adam writes:
>> Using pip for a development installation (where if you change a Python file,
>> it is live next time something imports the library):
>>
>> $ pip install -e .
> Thanks, I will give it a go (I'm using a shared virtual environment that
> I don't want to "pollute", which may be complicating things for me).
Just to follow up on this, through a a tip from a colleague, I found
this solution:
$ source shared/virtual_env/bin/activate
$ virtualenv --python=python3 --system-site-packages private_virtual_env
$ deactivate
$ source private_virtual_env
Now I can run "pip install -e ." in the BioPython checkout, and I'm only
breaking things for myself in private_virtual_env, when doing changes.
Worked like a charm.
Best regards,
Adam
--
"Since it is completely undocumented, your faith that Adam Sjøgren
it will stick around until they invent v4 is [email protected]
charmingly quaint."
_______________________________________________
Biopython mailing list - [email protected]
https://mailman.open-bio.org/mailman/listinfo/biopython