[Biopython] [PATCH] Use https:// instead of git:// in examples
Adam Sjøgren
asjo at koldfront.dk
Sun Oct 6 11:56:21 UTC 2019
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 asjo at koldfront.dk
charmingly quaint."
More information about the Biopython
mailing list