Answers for "linux install python specific version"

19

pip install specific version

# To install a specific version of a package using pip:
pip install Package_name==version

# Example:
pip install MySQL_python==1.2.2
Posted by: Guest on March-16-2020
0

install package on specific version of python

py -3.7 -m pip install opencv-python
Posted by: Guest on October-06-2021
0

linux install python specific version

sudo apt-get install python3.x
Posted by: Guest on February-14-2022

Code answers related to "linux install python specific version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language