win7 环境下: Python3.5默认安装路径是当前用户的 AppData\.. 下 这么做的一个可能原因是 现在安装过程中默认是install just for me,这个会把python默认安装到AppData文件夹中,如果选了install for all users,就会默认安装到C盘根目录了.这算是访问控制吧. python3.5 安装: 方法/步骤 输入官网https://www.python.org/,下载所需版本的安装包 双击下载好的安装包 自定义安装,并添加到…
The make install target dir is representationed by var : DESTDIR, if we set this var to the location which we want to installed to, then we can have the build result installed accrodingly. export DESTDIR=/INSTALL/DIR make install or make DESTDI…