pip - Develop an Existing Python Package -


i trying fix bugs of open source package on github. git clone fork local directory. question how can override installed version version developing.

note: 1. particular package not support setup.py develop command 2. particular package managed anaconda's conda. have other packages in same situation managed pip

when install package resides in <env dir>lib/python3.4/site-packages/<any package> or can place in app , import in code.

if have mongoengine code in my_lib directory can import

from my_lib import mongoengine 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -