PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

Python type should always try to update virtualenv if possible #94

Closed nembery closed 5 years ago

nembery commented 5 years ago

Currently no way to re-init virtualenv after it's created. Easy fix is to always run a pip update from the requirements file.

./.venv/bin/pip3 install --upgrade -r requirements.txt

nembery commented 5 years ago

re-worked this to include a re-init / upgrade option from the skillet debug screen