赞
踩
参考教学地址1:
参考教学地址2
网络连接方式 :主机有线连接、主机无线连接、虚拟机与主机访问
辅助设置 :
主机与虚拟机共享剪切板
主机与虚拟机共享文件夹
配置国内源
可以装anaconda的话,先装anaconda。
默认python2,需要安装python3.
pip
pip3 install --upgrade pip
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
sudo ~/anaconda3/bin/pip install easydict #利用anaconda下的pip安装软件
sudo chown -R yuyang:yuyang /home/yuyang/anaconda3 #出现ERROR conda.core.link:_execute(502): An error occurred while uninstalling package 'defaults::ca-certificates-2018.03.07-0'.
PermissionError(13, 'Permission denied')
pip3 install h5py -i https://pypi.mirrors.ustc.edu.cn/simple/ https://pypi.tuna.tsinghua.edu.cn/simple/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。