We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is how most users will be installing it, so this should be our main recommended approach:
conda activate myenv; which lfortran
Alternatively, launching code . from a terminal with the environment loaded might just work as well.
code .
To do this, we need to make a new conda release of lfortran, right now the LSP is in main, but not in conda yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is how most users will be installing it, so this should be our main recommended approach:
conda activate myenv; which lfortran
and copy & pasting the pathAlternatively, launching
code .
from a terminal with the environment loaded might just work as well.To do this, we need to make a new conda release of lfortran, right now the LSP is in main, but not in conda yet.
The text was updated successfully, but these errors were encountered: