Skip to content

Deploy: pip_requirements step recreates virtual environment from scratch with default python3 #258

@okt-alexanku

Description

@okt-alexanku

Deploy: pip_requirements step invokes prepare_env script that erases current .env and recreates it from scratch.

But some old (very old) systems still have python3.6 as default python3.
Thus prepare_env creates virtual env with python3.6 and fails to install packages that are not 3.6 compatible.

Is it possible to keep current .env and just install pip requirements or allow to specify python3 version for new virtual env?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions