Bonus: Install pyATS with Proxy

I had trouble finding this command. I want to document it because I’ll forget.

  1. Create our virtual environment:
    cd Documents
    mkdir genie
    cd genie
    python3 -m venv .
    source bin/activate
  2. Then install pyATS:
    pip install pyATS[library] –proxy http://myproxy.oscorplabs.com:80

That’s it.

Published by Gregory Leeson

(CCIE Security, #60398). A Cisco networking nut.

Leave a comment