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?
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."
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With