快速查找Python安装路径方法

import sys
print(sys.path)
python 软件安装命令
在目录python36目录执行安装
cd C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Scripts

安装PIL
pip install Pillow // from PIL import Image

安装pyautogui

pip install pyautogui

安装numpy
pip install numpy

安装cv2
pip install opencv-python

sudo apt-get install python3-pip
sudo pip3 install opencv-python

安装matplotlib

pip install matplotlib

pip install cpython

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2021-05-09
  • 2021-12-28
  • 2021-09-24
  • 2021-09-08
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2021-05-29
  • 2022-01-17
  • 2022-12-23
  • 2022-01-01
  • 2021-11-06
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案