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
On some Unix shells, the default virtual environment activation command will fail.
On fish shell, the correct command is:
source .env/bin/activate.fishOn tcsh, the command is:
source .env/bin/activate.cshOn nushell, the command is:
source .env/bin/activate.nu