====== Erweiterte Python-Funktionen mit AOS Release 8 ======
Bisher nur meine Notizen, noch nicht offziell.
OS6465T-P12-> python3 -m pip install requests
/bin/python3: No module named pip
OS6465T-P12-> show system
System:
Description: Alcatel-Lucent Enterprise OS6465T-P12 8.6.289.R01 GA, July 13, 2019.,
Object ID: 1.3.6.1.4.1.6486.801.1.1.2.1.15.1.4,
Up Time: 0 days 5 hours 9 minutes and 6 seconds,
Contact: Benny,
Name: OS6465,
Location: Benny's Lab,
Services: 78,
Date & Time: SAT SEP 28 2019 20:26:09 (CEST)
Flash Space:
Primary CMM:
Available (bytes): 461619200,
Comments : None
OS6465T-P12-> python3
Python 3.7.3 (default, Jul 13 2019, 15:31:55)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'requests'
>>> exit()
OS6465T-P12->
OS6465T-P12-> system python-pip install
Please wait...
OS6465T-P12-> system python-pip uninstall
WARNING: Python pip configuration is applied only after reload.
OS6465T-P12-> python3 -m pip install paramiko
/bin/python3: No module named pip