`
liseor
  • 浏览: 47178 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Python 2.7 on Ubuntu

阅读更多

$ python -V
Python 2.6.6
$ curl -kL http://github.com/utahta/pythonbrew/raw/master/pythonbrew-install | bash
$ . $HOME/.pythonbrew/etc/bashrc
$ pythonbrew install 2.7.1
$ pythonbrew switch 2.7.1
Switched to Python-2.7.1
$ python -V
Python 2.7.1

分享到:
评论
1 楼 simomo 2011-08-15  
很不错的工具~

不过,安装好之后需要重启一下shell
要不然会出现不论安装什么版本都会报错说没有这个版本~

相关推荐

    python_2.7_tutorial_cn.pdf

    Release 2.7 Date October 09, 2010 This tutorial introduces the reader ...当然对直接新版的linux系统如ubuntu11.04等类linux下做开发的更为适合,毕竟操作系统已经内置了2.7版的python解释器。 文件很小,不到1MB

    360video-edge-rendering:边缘辅助360度视频流系统

    先决条件Python2.7 FFmpeg MP4盒OpenCVPython NumPy 枕头赛顿该软件仅在linux(Ubuntu16.04)上进行了测试。如何使用cython和gcc编译.pyx,然后创建共享库cython xxx.pyxgcc -c -O3 -fPIC -I/usr/include/python2.7 ...

    petri_nets:python和js中Petri网络的示例实现

    Ubuntu/Debian 安装指南: 为了解决问题 “导入错误:无法导入名称 _compare_digest” 请安装python 2.7.9: ...$ mkvirtualenv -p ~ /.localpython/bin/python2.7 petri_net --no-site-packages $ workon petri_net

    基于Tensorflow的人脸识别源码

    该代码使用Tensorflow r1.7在Ubuntu 14.04下使用Python 2.7和Python 3.5进行测试。代码中包含测试用例。模型使用固定图像标准化。在中科院自动化所,WebFace数据集已经被用于训练。该面部检测后,该训练集包括总共...

    deep learning for joint channel estimation and detection in OFDM system

    This is the readme for ...The codes have been tested on Ubuntu 16.04 + tensorflow 1.1 + Python 2.7 Dependences: 1. Tensorflow 2. Winner Channel Model Get Start: cd ./DNN_Detection python Example.py

    Python 图片爬虫

    python 2.7 测试通过 License Copyright 2015 Jianan - qinxiandiqi@foxmail.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the ...

    MongoDB Cookbook, Second Edition.pdf

    and Python code was run using Python v2.7 (compatible with Python 3). For MongoDB drivers, you can choose to use the latest available version. These are pretty common types of software, and their ...

    Python 2.6 Graphics Cookbook.pdf

    developed on Linux Ubuntu version 9.04, Microsoft Windows XP, and Windows 7. Who this book is for This book is for Python programmers wanting simple, clear examples of graphic programming using ...

    matlabr2012b代码-Caffe-Installation-on-ubuntu-18.04-LTS:在ubuntu-18.04LTS,

    LTS,python 2.7,Cuda 10.0,Cudnn 7.6.3上安装Caffe。 遵循以下步骤 1-安装Ubuntu 18.04 2-更新和升级apt 3-从>软件和更新>其他驱动程序中安装nvidia驱动程序 4-安装CUDA 10.0: a)为本地存储库安装cuda 10.0 deb...

    spdx-online-tools:提供在线SPDX工具的网站的来源

    spdx-在线工具 提供在线SPDX工具的网站的来源。 该工具提供了一个简单的多合一网站,可以上载和解析SPDX文档以进行验证,比较和转换以及搜索SPDX许可证列表。 您可以找到有关该工具工作的更多信息。... 安装Python 2.7

    Face_Det_Reco:Haar侦察人员脸部快速调查计划_级联模型

    交流计划先决条件:AvoirinstallélabibliothèqueopenCv et les contribs Python 2.7-> http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on-ubuntu/Lire chaque début de programme ...

    SDN-hand_on_Openflow-Mininet-RYU:SDN动手资源,OpenSource,欢迎合作

    主要课程内容使用Python2.7.x演示和功能,本文档旨在尝试使用Python3.7.x技术调查和移植SDN的功能。 功能 工具 操作系统 Ubuntu 18.04桌面 试验台 小网 控制者 U 开关 Openvswitch的 封包捕获 Wireshark 流量...

    pymoos:MOOS 中间件的 Python 绑定

    PYMOOS - MOOS 的 Python 绑定 面向任务的软件套件 (MOOS) 的 Python 接口,由牛津大学开发 [ ] 并托管在 GitHub [ ] pymoos 绑定由 Ian Baldwin 编写并托管在 。... 较新的 Ubuntu 安装附带 2.7 和

    阿里云javasdk源码-linuxstudy:linux相关语法fabric练习

    fabric环境搭建(基于ubuntu) 准备工作 官方帮助文档 安装curl 安装docker 安装docker-compose 安装go 安装node.js 安装python 2.7版本以上 git git clone -b release-1.4 https://github.com/hyperledger/fabric.git...

    SDN-workbench:代尔夫特理工大学 ET4285 课程的 SDN 工作台

    yes we still stuck on python 2.7! 安装 将ext/文件夹复制到pox库中的ext/中。 在 POX 中运行多个配置文件需要这些文件。 在您的机器上安装hping3 。 对于 ubuntu 机器,您可以运行: sudo apt-get install ...

    matlab精度检验代码-RT-ST-Action-Localization:RT-ST-动作本地化

    Ubuntu 16.04 Python 3.6 CUDA 8.0 CuDNN 7.1 火炬0.4.0 Opencv的3.4 Matlab 2016b(如果需要计算视频帧级别) 训练 我们使用的官方Pytorch实施作为我们的流子网。 (注意:PWC-Net存储库是使用Python 2.7&Pytorch ...

    spark-cass:Spark 和 Cassandra docker 镜像和测试文件

    python2.7 scala 2.10.4(ubuntu's default 2.9 didn't work) spark-cassandra-connector 1.1.0 cassandra 2.0.10 (2.1 didn't work) cassandra java driver 2.1.0(2.1.1 didn't work) It also does the following: ...

    lead_scraper_orm:基于我原始的lead_scraper,但现在使用SQLAlchemy作为ORM

    在python2.7和Windows上工作并不难。用法运行models.py创建sqlite数据库。 usage: lead_scraper_orm.py -s SEARCHTERM -c CITY -p PROVINCE 例子: lead_scraper_orm.py -s IT -c Toronto -p ON

    Processing-csv-file:处理csv文件并从找到的url下载图像

    #####处理csv文件并从找到的url下载图像此脚本: 输入CSV文件, 过滤每行中存在特定... Python version 2.7它已经在Ubuntu 12.04上进行了测试。 但可以在更高版本上使用。 该脚本解决了一个非常狭窄的问题,它与一个cs

    epub-ocr-and-translate:自动OCR PDF,转换输出并生成epub的脚本

    依存关系: Python,大多数脚本已通过2.7和3.6进行了测试; 一些onmt-helper脚本需要Python 3.6。 使用的非内置模块包括:google.cloudguess_language pycountry。 除非您还安装pyenchant(Fedora或Ubuntu软件包都...

Global site tag (gtag.js) - Google Analytics