... | ... | @@ -109,12 +109,19 @@ To delete data and notebooks: |
|
|
- delete the folder containing the datasets (probably `fidle-datasets`)
|
|
|
- delete the folder containing the notebooks (probably `fidle` ou `fidle-master`)
|
|
|
|
|
|
To remove the conda environment, use the following command :
|
|
|
For conda installed version (Linux) use the following command :
|
|
|
```
|
|
|
conda deactivate
|
|
|
conda env remove --name fidle
|
|
|
```
|
|
|
|
|
|
For pip installed version (Windows) use the following command :
|
|
|
```
|
|
|
deactivate
|
|
|
```
|
|
|
Remove the virtual env directory
|
|
|
|
|
|
|
|
|
...and think to remove your FIDLE_DATASET_DIR variable setting !
|
|
|
|
|
|
|
... | ... | |