Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of Mac changing python3 to 3.7 and changing pip3 to 3.7 Python Multi-version coexistence

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Mac change python3 to 3.7 and change pip3 to 3.7 Python multi-version coexistence example analysis, I believe that many inexperienced people do not know what to do about this, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

Change the pip3 point to

First delete the original link

Sudo rm / usr/local/bin/python3sudo ln-s / usr/local/bin/python3.7 / usr/local/bin/python3

Enter which pip3 to see that the point of pip3 has been changed to 3.7. it is recommended not to delete 3.5. there are some programs that depend on version 3.5 or version 2.

At this point, enter python3 in shell to see that the changed python version is 3.7

After reading the above, have you mastered the method of sample analysis in which Mac changes the direction of python3 to 3.7 and the point of pip3 to 3.7 Python multi-version coexistence? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report