When you install Netmiko in a "stand alone" python installation, you do it with "python setup.py install" where setup.py is netmikos setup file.
I can't find a way of doing this with secure crt ( and maybe you can't do it thaty way)
I have tried to copy the modules that I need but I can't get it to work even though I have modified the sys.path to point to the correct module.
Is there a way of having secure crt to call an external python installation instead of using the one built in?
|