Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qomhmd opened this issue Oct 31, 2024 · 0 comments
Open

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

qomhmd opened this issue Oct 31, 2024 · 0 comments

Comments

@qomhmd
Copy link

qomhmd commented Oct 31, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant