zoukankan
html css js c++ java
Linux下如果python2和python3同时存在使用pip3
Linux下如果python2和python3同时存在
安装pip
sudo apt
-get install python
-pip
sudo apt
-get install python3
-pip
使用时指明:
sudo pip2 install sth
sudo pip3 install sth
或是以模板方式使用
sudo /path/to/python -m pip install sth
查看全文
相关阅读:
【分治】洛谷试炼场
【Manacher】Colorful String
【动态规划】背包九讲及相应习题
【算法课】最大间隙问题
【hash】Similarity of Subtrees
YBT 股票买卖
YBT 鸡蛋的硬度
YBT 电池的寿命
YBT Ride to Office
YBT 装箱问题
原文地址:https://www.cnblogs.com/m2492565210/p/8598082.html
最新文章
《梦断代码》读后感
UI组件的学习
UI 自定义布局
UI布局 自定义布局
Android 的UI基础布局的学习
python中循环迭代问题
ValueError: c of shape (1, 300) not acceptable as a color sequence for x with size 300, y with size 300
LeetCode Easy: 58. Length of Last Word
python中的split方法
python中字典中的 get 方法
热门文章
LeetCode Easy: 53. Maximum Subarray
python中的列表表达式(列表推导式)
LeetCode Easy: 35. Search Insert Position
LeetCode Easy: 38. Count and Say
LeetCode Easy: 28. Implement strStr()
【数据库】相关代码集
【C#】课堂知识点#1
【C#】课堂知识点#2
【C#】上机实验一
【算法课】金币阵列问题
Copyright © 2011-2022 走看看