pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

Support/use venv module with Python 3.3+ #423

Open dan-blanchard opened 6 years ago

dan-blanchard commented 6 years ago

If the venv module is available we should use and prefer that over the virtualenv executable, which may not be installed for people using Python 3.3+ (since it is no longer necessary).

tanaysoni commented 6 years ago

Hi @dan-blanchard, I'm interested in taking this up. Since it might clash with the parallel-ssh branch, I was thinking if we could merge the branch to master before taking this up? If there's more testing needed for the merge, I'd be happy to help.