Pip install local package

1 Answer Sorted by: 14 The solution is to have two separate projects: a main project (usually an application) and a sub-project (usually a library).
Trends
By default, on Linux, Pip installs packages to /usr/local/lib/python2.7/dist-packages. Using virtualenv or --user during install will change this default location. If …
WebThe idea is to provide a entirely new command (modeled after the install command) that gives you an instance of the package finder to use. The upside is that it works with, and …
See more