You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want windows/linux users use the same command to start lisa. It helps to simplify the document and experience. The arguments are easy to adopt, but the start command is a little challenge. The Windows command is lisa.cmd, which can be used like lisa. The Linux command is lisa.sh cannot be started by lisa. Because our code folder called lisa, it's conflict. Current solution is to ask user to add an alias, and some Linux users thought it's a invasion way. We need to think about how to support it better.
The quick solution is to ask user replace lisa to lias.sh in any command. Long term, we need to install the command to Python for users.
The text was updated successfully, but these errors were encountered:
We want windows/linux users use the same command to start
lisa
. It helps to simplify the document and experience. The arguments are easy to adopt, but the start command is a little challenge. The Windows command islisa.cmd
, which can be used likelisa
. The Linux command islisa.sh
cannot be started bylisa
. Because our code folder calledlisa
, it's conflict. Current solution is to ask user to add an alias, and some Linux users thought it's a invasion way. We need to think about how to support it better.The quick solution is to ask user replace
lisa
tolias.sh
in any command. Long term, we need to install the command to Python for users.The text was updated successfully, but these errors were encountered: