Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions