为了账号安全,请及时绑定邮箱和手机立即绑定

Ubuntu16.04环境下Python开发环境配置——包管理工具Anaconda3

标签:
Python

一、Anaconda3的下载

    前往Anaconda3的下载网址,如果是64bit的x86操作系统架构,请按照下图选择64-Bit (x86) Installer (551 MB) ;


二、对Anaconda3进行安装

     使用网页链接对Anaconda3下载完成后默认存在~/Download文件下。如果不确认存储位置的话,可使用find命令在~路径下查看一下文件位置

  1. yuhuiliu@sinc-server:~/tools$ find ~ -name "*Ana*"  

  2. /home/yuhuiliu/文档/Anaconda3-5.1.0-Linux-x86_64.sh  

  3. find: `/home/yuhuiliu/.cache/dconf': 权限不够  


    对Anaconda3进行安装:

  1. yuhuiliu@sinc-server:~/tools$ sudo sh ~/文档/Anaconda3-5.1.0-Linux-x86_64.sh  

  2.   

  3. Welcome to Anaconda3 5.1.0  

  4.   

  5. In order to continue the installation process, please review the license  

  6. agreement.  

  7. Please, press ENTER to continue  

  8. >>>  

    按照提示,输入Enter,接下来,它会提示你是否接受协议,这里直接输入yes,再按回车即可(不要直接按回车,这样默认是no),

  1. Do you accept the license terms? [yes|no]  

  2. [no] >>>  

  3. Please answer 'yes' or 'no':'  

  4. >>>  

     继续按照提示操作,这里问你是否需要为Anaconda配置环境变量,如果这里选择no,需要到安装完成的Anaconda3/bin目录下才能执行Anaconda以及其他附属命令。

  1. installation finished.  

  2. Do you wish the installer to prepend the Anaconda3 install location  

  3. to PATH in your /home/yuhuiliu/.bashrc ? [yes|no  

    如果Anaconda的版本比较新的话(5.1以上),在安装完成后会提示你是否需要安装Microsoft的VSCode这款编辑工具,为了懒得再配置(折腾)其他编辑器,一般我这里选择yes安装VSCode。

  1. Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]  

  2. >>> yes  

三、验证Anaconda是否配置好

    在命令行输入python命令:

  1. yuhuiliu@sinc-server:~$ python  

  2. Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19)  

  3. [GCC 7.2.0] on linux  

  4. Type "help", "copyright", "credits" or "license" for more information.  

  5. >>>  

    如上图的结果所示 ,python环境已经自动由Anaconda进行托管,以后就再也不用担心python的包依赖问题啦~

四、Anaconda换源、更新

    

    对anaconda换源,更换成清华的源:

  1. yuhuiliu@sinclab-desktop:~$  conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/  

    设置显示源地址:

  1. yuhuiliu@sinclab-desktop:~$ conda config --set show_channel_urls yes  

   使能condrc文件:

  1. yuhuiliu@sinclab-desktop:~$ source ~/.condarc  

    更新conda自己:

  1. yuhuiliu@sinclab-desktop:~$ conda update conda  

     更新所有库:

  1. yuhuiliu@sinclab-desktop:~$ conda update --all  

原文出处

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消