Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Path/code added with Conda Develop

So, I made reference to an library of code using Conda Develop <path>. Now, we are moving that code to a subdir using git submodules. I want to remove that path entry, to verify that the switch happened. Thoughts?

like image 654
Marc Avatar asked Oct 19 '25 03:10

Marc


1 Answers

Read the docs: The reverse operation to

conda develop <path>

is simply

conda develop <path> --uninstall

"Removes package if installed in 'development mode' by deleting path from conda.pth file. Ignore other options - just uninstall and exit."

like image 178
Peter Avatar answered Oct 21 '25 06:10

Peter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!