Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't run pip install in setup.py #1318

Open
boegel opened this issue Aug 13, 2024 · 1 comment
Open

don't run pip install in setup.py #1318

boegel opened this issue Aug 13, 2024 · 1 comment

Comments

@boegel
Copy link

boegel commented Aug 13, 2024

In the latest release of junos-eznc (2.7.1), the setup.py script includes a pip install command that is executed via os.system:

https://github.com/Juniper/py-junos-eznc/blob/2.7.1/setup.py#L6

This is quite nasty, as it can mess up people's Python environment very easily.

@chidanandpujar
Copy link
Collaborator

chidanandpujar commented Sep 3, 2024

This change was introduced as part of #1299 #1299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants