Install a Module using PIP for specific Python version

preview_player
Показать описание
Install a Python Module using PIP for specific Python version Python 3.6 and 2.7
apt install python-pip
python -m pip install requests

apt install python3-pip
python3 -m pip install requests
Рекомендации по теме