我在我的mac上安装了python3.10。我可以在应用程序中看到它,但是当我输入python3-版本时,它会返回以下错误。open file '/Users/User/v': [Errno 2] No such file or directory
Python2 --版本返回默认的python2.7.18,该版本已经安装在Mac
OS X (Mavericks)安装了Python 2.7。但是我用3.3做了所有我个人Python的事情。我刚刚刷新了我的3.3.2安装,并安装了新的3.3.3。所以我需要重新安装pyserial。我可以用我以前做过的方法来做,那就是:但我喜欢像酷孩子那样做,就像pip3 install pyserial一样。