Eva
0
Q:

linux python installation wheel

"""to install a python module just use pip command"""
"""open cmd as administrator and write this command"""
pip install <package-name>
"""for ex. pip install pandas"""
##before writing command first change environment variable to your pip file location
1
python -m pip install --upgrade pip setuptools wheel
0
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
0

New to Communities?

Join the community