需要 手动改linux python版本
写python3 脚本命令 执行安全
linux下安装anaconda3 5.3.1
用豆瓣源 下载pyspark
改python3 anaconda3 3.5.1源
cd /opt
sh Anaconda3-5.3.1-Linux-x86_64.sh
全程回车 和yes
centos中安装anaconda_bug的博客-CSDN博客
vim /etc/profile
#anaconda environment
export ANACONDA_HOME=/root/anaconda3
export PATH=$PATH:$ANACONDA_HOME/bin
bin 里有python3
centos pip 换源
centos 修改pip的配置源的方法_wushiqi11的博客-CSDN博客_centos pip换源
vim pip.conf
[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host=pypi.douban.com
然后保存
pip install pyspark==3.0.0
下载完