-
Hello, I use VSCode with Rust-Analyzer, for my work with rust. And I needed the libtorch package, but since my OS (Fedora) doesn't provide one with its repositories. I've created a virtual python environment in my rust project folder (via: so, I've configured my vscode terminal to use that environment, by configuring the now my problem is, how to tell rust-analyzer to use that environment, and prefix all its commands with this env variable I tried all its configurations, but no luck. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can start Code in |
Beta Was this translation helpful? Give feedback.
You can start Code in
pipenv shell
or setrust-analyzer.server.extraEnv
in the extension settings (example).