Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
StarHPC
docs
Commits
ffe022b1
Commit
ffe022b1
authored
Sep 25, 2024
by
Aadil M. Alli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
367a51ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
virtual-env.md
software/virtual-env.md
+1
-1
No files found.
software/virtual-env.md
View file @
ffe022b1
...
@@ -825,7 +825,7 @@ Remember to also remove or comment out the environment variable settings in your
...
@@ -825,7 +825,7 @@ Remember to also remove or comment out the environment variable settings in your
Rust uses Cargo, its package manager and build system, to manage dependencies and create isolated project environments.
Rust uses Cargo, its package manager and build system, to manage dependencies and create isolated project environments.
#### Setup Environment
#### Setup Environment
Create a new directory and inti
i
alize it with Cargo. This creates a new Rust project with its own Cargo.toml file for managing dependencies.
Create a new directory and intialize it with Cargo. This creates a new Rust project with its own Cargo.toml file for managing dependencies.
1. Ensure Rust and Cargo are installed:
1. Ensure Rust and Cargo are installed:
```bash
```bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment