We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install
setup.py
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:
junos-eznc
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.
The text was updated successfully, but these errors were encountered:
This change was introduced as part of #1299 #1299
Sorry, something went wrong.
Fixed #1342. Hence closed.
dineshbaburam91
No branches or pull requests
In the latest release of
junos-eznc
(2.7.1), thesetup.py
script includes apip install
command that is executed viaos.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.
The text was updated successfully, but these errors were encountered: