Skip to content

Commit 42abe09

Browse files
committed
Suggestions Added
1 parent 7739a2a commit 42abe09

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

doc/src/installation.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,11 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforg
134134
bash miniconda.sh -b -p $HOME/conda_root
135135
export PATH="$HOME/conda_root/bin:$PATH"
136136
```
137-
* Now do the following to configure the path
137+
* Now do the following -
138138
```bash
139-
sudo nano .bashrc
139+
conda init
140140
```
141-
* Then go to the bottom of the file and paste the following
142-
```bash
143-
export PATH="$HOME/conda_root/bin:$PATH"
144-
```
145-
* Then press ctrl + O (save), Enter (confirm), ctrl + X (exit)
141+
* This adds all requirements used by Conda in the `.bashrc` file.
146142
* After that restart Ubuntu
147143
* Run the following
148144
```bash
@@ -163,7 +159,7 @@ conda activate lp
163159
sudo apt update
164160
sudo apt-get install build-essential
165161
sudo apt-get install zlib1g-dev
166-
sudo apt install clang
162+
conda install -c conda-forge clangdev
167163
```
168164
* You can change the directory to a Windows location using `cd /mnt/[drive letter]/[windows location]`.
169165
* e.g. `cd mnt/c/Users/name/source/repos/`

0 commit comments

Comments
 (0)