-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add shell
command
#116
Add shell
command
#116
Conversation
A good way to support more shells properly is to first run E.g. |
I think when using powershell this is very important! Not all packages support powershell. |
I get this error: E:\Developer\prefix\pixi\myproject>$SHELL
'$SHELL' is not recognized as an internal or external command,
operable program or batch file. |
@ruben-arts and I just tested this one windows. It selected the proper shell both in |
Adding the ability to run
pixi shell
next topixi run x
so people can activate the environment and run there commands in there.