Protobuf example should use a Python virtualenv
Open
enhancement
- Dominant language
- Python
- Stars
- 126
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
`protobuf` example is installing a package into the Python environment, in order to not pollute the main one it should be installed into a virtualenv (some thoughts [here](https://github.com/conan-io/examples/pull/49#pullrequestreview-355284866))
What's the problem? if the package protobuf is already installed, after running the example it will be removed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.