howto delete your virtualanv authored by Villerius's avatar Villerius
......@@ -1940,6 +1940,9 @@ wheel 0.34.2
[username@res-hpc-lo01 ~]$
```
To remove your Python virtual environment delete the virtual environment directory.
* $ rm -Rf /path/to/virtual/environmentname
### Conda, Anaconda, Miniconda and Bioconda
If you have to install, setup and work with a complex program/project you should make use of the **conda** tool.
......
......