|
|
|
|
|
by mason55
3207 days ago
|
|
How do you manage dependencies? One of the best parts about virtualenv (to me at least) is that I can do pip install without infecting the rest of the system. I guess I've never looked, does virtualenv provides a bin/pip which already knows the path of the virtualenv? Does the bin/python in there come with a path that uses the project pip install? |
|
I would only use 'bin/python' directly from scripts called from cron, or other similar places.