Skip to content

Activating Python virtual environment fails on some shells #32

Description

@nbdani

On some Unix shells, the default virtual environment activation command will fail.

On fish shell, the correct command is:

source .env/bin/activate.fish

On tcsh, the command is:

source .env/bin/activate.csh

On nushell, the command is:

source .env/bin/activate.nu

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions