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
I have setup a .dir-locals.el file such as:
.dir-locals.el
((python-mode . ((conda-project-env-path . "foo"))))
When opening a file within emacs, it properly sets the conda environment. However, when I start emacs with a filename such as:
emacs file.py
It does not load the environment. I have also tried with a environment.yml file with same results. Is there a way to make this work?
environment.yml
I am using Spacemacs FWIW. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have setup a
.dir-locals.el
file such as:When opening a file within emacs, it properly sets the conda environment. However, when I start emacs with a filename such as:
It does not load the environment. I have also tried with a
environment.yml
file with same results. Is there a way to make this work?I am using Spacemacs FWIW. Thanks.
The text was updated successfully, but these errors were encountered: