8000 setup not showing the default python interpeter · Issue #272 · dev-cafe/autocmake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
setup not showing the default python interpeter #272
Open
@miroi

Description

@miroi

Hello !

setup is not showing the default python interpreter on the server - here is the example from DIRAC:

milias@194.160.44.72:~/work/software/theoretical_chemistry/dirac/dirac/../setup --help
.
.
.
--python=<PYTHON_INTERPRETER>          The Python interpreter (development version) to use. [default: ''].
ilias@194.160.44.72:~/work/software/theoretical_chemistry/dirac/dirac/.git grep PYTHON_INTERPRETER
cmake/downloaded/autocmake_python_interpreter.cmake:#   PYTHON_INTERPRETER         - User-set path to the Python interpreter
cmake/downloaded/autocmake_python_interpreter.cmake:#   docopt: "--python=<PYTHON_INTERPRETER> The Python interpreter (development version) to use. [default: '']."
cmake/downloaded/autocmake_python_interpreter.cmake:#   define: "'-DPYTHON_INTERPRETER=\"{0}\"'.format(arguments['--python'])"
cmake/downloaded/autocmake_python_interpreter.cmake:if("${PYTHON_INTERPRETER}" STREQUAL "")
cmake/downloaded/autocmake_python_interpreter.cmake:    if(NOT EXISTS "${PYTHON_INTERPRETER}")
cmake/downloaded/autocmake_python_interpreter.cmake:        find_program(PYTHON_EXECUTABLE NAMES ${PYTHON_INTERPRETER})
cmake/downloaded/autocmake_python_interpreter.cmake:        set(PYTHON_EXECUTABLE "${PYTHON_INTERPRETER}")
setup:  --python=<PYTHON_INTERPRETER>          The Python interpreter (development version) to use. [default: ''].
setup:    command.append('-DPYTHON_INTERPRETER="{0}"'.format(arguments['--python']))
src/pcm/CMakeLists.txt:  -DPYTHON_INTERPRETER=${PYTHON_EXECUTABLE}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0