zoukankan
html css js c++ java
mac下Python安装路径的说明
Python安装路径的说明
mac在安装Python时, 对不同的安装方式 不同的型号均会安装在不同的文件夹下
安装方式
路径
系统默认(2.7)
/System/Library/Frameworks/Python.framework/Versions/2.7
brew安装(2.7/3.x)
/usr/local/Cellar/python
官网pkg安装(3.x)
/Library/Frameworks/Python.framework/Versions/3.x
查看全文
相关阅读:
静态方法和类方法
DEL: Restore Boxes after VirtualBox Upgrade
DEL: IE "Your current security settings put your computer at risk. Click h
EV: Using GitHub Repository
EV: Windows Commands 命令
EV: Notepad++ Regular Express syntax
html页面的三个width: document, window, screen
DEL: View web content zone in IE9
EV: 关于min-width样式的使用
EV: Linux Shell Commands
原文地址:https://www.cnblogs.com/Sinkinghost/p/11585039.html
最新文章
linux安装maven
linux安装jdk
centOs6.5配置启动ssh
swp文件已存在
springboot+mybatis+druid数据库连接池
mybatis mapper-locations作用
mybatis cloud not autowired
invalid bound statement (not found)
springboot整合mybatis
2019/1/18函数练习
热门文章
2019/1/19数组练习
2019/1/20指针练习
hashlib 简单的登录例子
jsp 发布war 包到Tomcat
java 使用 引用数据类型(以Scanner、Random模块为例)
java 变量
python logging模块
面向对象进阶
常用内置方法之:__str__,__repr__
反射
Copyright © 2011-2022 走看看