The current installation instructions make very hard to install PyNomad in virtual enviroment, in fact the --user option in the line
COMMAND python setup_PyNomad.py ${CMAKE_BINARY_DIR} ${NOMAD_VERSION} install inside interfaces/PyNomad/CMakeLists.txt overwrite the default setting of a virtual environment.
A separate parameter PYTHON_DIR defined in CMake could allow the user to specify the correct Python location, otherwise the --user flag could be removed to let the system the best location by itself.
Is there a way to install PyNomad in a virtual environment with the current code?
The current installation instructions make very hard to install PyNomad in virtual enviroment, in fact the
--useroption in the lineCOMMAND python setup_PyNomad.py ${CMAKE_BINARY_DIR} ${NOMAD_VERSION} installinsideinterfaces/PyNomad/CMakeLists.txtoverwrite the default setting of a virtual environment.A separate parameter
PYTHON_DIRdefined in CMake could allow the user to specify the correct Python location, otherwise the--userflag could be removed to let the system the best location by itself.Is there a way to install PyNomad in a virtual environment with the current code?