Unverified Commit 29ffedbd authored by Aadil's avatar Aadil Committed by GitHub

Update virtual-env.md

parent 3c004bbf
...@@ -818,7 +818,7 @@ In C++, there's no virtual environment to delete. However, you can remove your l ...@@ -818,7 +818,7 @@ In C++, there's no virtual environment to delete. However, you can remove your l
Remember to also remove or comment out the environment variable settings in your `~/.bashrc` or `~/.bash_profile` if you no longer need them. Remember to also remove or comment out the environment variable settings in your `~/.bashrc` or `~/.bash_profile` if you no longer need them.
# Rust ## Rust
### How to simulate a virtual environment with rust ### How to simulate a virtual environment with rust
...@@ -880,4 +880,4 @@ Note: If you want to keep the source code but remove all compiled artifacts and ...@@ -880,4 +880,4 @@ Note: If you want to keep the source code but remove all compiled artifacts and
```bash ```bash
cargo clean cargo clean
``` ```
This will remove the target directory, which contains all compiled files and downloaded dependencies. This will remove the target directory, which contains all compiled files and downloaded dependencies.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment