Skip to content

winksaville/circleci-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circleci-python3

Test python3 on circleci

This contains an install script to install a version Python3. By default it installs Phthon 3.5.1. It takes some environment variables to control the installation:

  FORCE : Use TRUE to force the installation
  REQUESTED_PYTHON_VER : 3.5.1
  SRC_PREFIX_DIR : ${HOME}/opt/src
  INSTALL_PREFIX_DIR : ${HOME}/opt

  You can pass the environment variable by preceeding the command with the command
  so to force compiliation:
    FORCE=TRUE ./python_install.sh

  or to compile 3.5.0
    REQUESTED_PYTHON_VER=3.5.0 ./python_install.sh

  or to compile 3.5.0 to ${HOME}/srouces/ and ${HOME}/install/
    REQUESTED_PYTHON_VER=3.5.0 SRC_PREFIX_DIR=${HOME}/sources INSTALL_PREFIX_DIR=${HOME}/install ./python_install.sh

About

Test python3 on circleci

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages