Giter Site home page Giter Site logo

python3's Introduction

python3

Travis CI build status

This Ansible role will install Python 3 and the pip and virtualenv utilities. The new version of Python is installed independently of the existing system Python installation.

Although the pip and virtualenv command-line tools will be installed, the recommended way to invoke them is as modules to ensure that the expected version is used:

$ python3.6 -m pip install <package>
$ python3.6 -m venv <dir>

By default, Python is installed from packages. If the python3_pyenv variable is set, pyenv will be installed and then used to install the requested Python version, from source if necessary. The role will not activate the new Python; see the pyenv documentation for ways to do this.

The role currently assumes that the user's login shell is bash and modifies startup files accordingly.

This role is also available on Ansible Galaxy.

Role Variables

  • python3_command: Python command name
  • python3_bashrc: login file to modify; defaults to bash_profile
  • python3_local: local binary directory; system-dependent
  • python3_pyenv: Python version to install using pyenv

Example Playbook

- hosts: all

  roles:
    - name: python3
      python3_pyenv: "3.6.4"

python3's People

Contributors

mdklatt avatar

Stargazers

 avatar

Watchers

James Cloos avatar Allen Luce avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.