Skip to content

Having python venv and nodeenv running at the same time #376

@qomhmd

Description

@qomhmd

Using cross-platform Powershell on Windows, I am creating and activating both a python venv and a node env using these commands:

python -m venv .venv
.venv\Scripts\activate
pip install nodeenv
nodeenv .nenv
.nenv\Scripts\activate

After activating node env, the python venv is not active anymore. How can I keep both activated, so my python packages go to venv and my nodejs packages go to nenv?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions