I am trying to install 'os' module and 'os.path' module on a red hat machine. I tries following commands.
pip install os
yum install os
But I keep gettin the following error
Could not find a version that satisfies the requirement os.path (from versions: )
No matching distribution found for os.path
I am able to install other modules using aforementioned command but not able to install these.
I need to install both os and os.path.
Using version python 3.4.3
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…