pip install 使用代理
例:代理端口:10808
pip install akshare --proxy=http://127.0.0.1:10808
————
conda 虚拟环境安装pip包
查看虚拟环境地址
conda info --env #查看虚拟环境地址
使用–taget 安装pip 包
pip install akshare --target "d:/anaconda/envs/tf/Lib/site-packages/" --proxy=127.0.0.1:10808
jupyterlab 使用虚拟环境
conda install ipykernel
python -m ipykernel install --user --name tf --display-name "tf" #例:环境名称tf