yuanming-hu / taichi_mpm

High-performance moving least squares material point method (MLS-MPM) solver. (ACM Transactions on Graphics, SIGGRAPH 2018)
MIT License
2.34k stars 317 forks source link

how to uninstall taichi (legacy branch) #48

Closed charlotte12l closed 3 years ago

charlotte12l commented 3 years ago

After experiencing the same issue as #40, I found all my other conda environment are crashed because when I import taichi, seems it will automatically bind to the error taichi rather than the one I pip installed... How can I uninstall the taichi(legacy branch)?

image

charlotte12l commented 3 years ago

Removing the related path in ~/.zshrc would let my other conda environment work well again, but still wondering if I want to uninstall taichi(legacy branch), just deleting the taichi repo dir folder is okay?