Strider-CD / strider-python

Python/Pyramid/Django support for Strider Continuous Deployment
6 stars 9 forks source link

Use virtualenv package from the system #6

Closed bogdal closed 10 years ago

bogdal commented 10 years ago

User should be able to choose virtualenv version which he wants to use.

niallo commented 10 years ago

The only issue with this is it assumes you have virtualenv installed in your $PATH as virtualenv. Not all systems have this. It was in order to avoid such issues that we bundled virtualenv.py with the plugin, but that seems to be broken for some people for some reason.

I'm not using Python with Strider these days so I'm out of the loop. What is the best solution?

mociepka commented 10 years ago

I have the same issue. I think the information on site (like MongoDB has) will be better solution then including virtualenv.py.

niallo commented 10 years ago

Ok, let's do it. We still need to add docs and publish to npm.

mociepka commented 10 years ago

:+1: