File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,11 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforg
134
134
bash miniconda.sh -b -p $HOME /conda_root
135
135
export PATH=" $HOME /conda_root/bin:$PATH "
136
136
```
137
- * Now do the following to configure the path
137
+ * Now do the following -
138
138
``` bash
139
- sudo nano .bashrc
139
+ conda init
140
140
```
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.
146
142
* After that restart Ubuntu
147
143
* Run the following
148
144
``` bash
@@ -163,7 +159,7 @@ conda activate lp
163
159
sudo apt update
164
160
sudo apt-get install build-essential
165
161
sudo apt-get install zlib1g-dev
166
- sudo apt install clang
162
+ conda install -c conda-forge clangdev
167
163
```
168
164
* You can change the directory to a Windows location using ` cd /mnt/[drive letter]/[windows location] ` .
169
165
* e.g. ` cd mnt/c/Users/name/source/repos/ `
You can’t perform that action at this time.
0 commit comments