Although I haven't used Python extensively before, I was glad to see 
support for conda in BBEdit 14. The Standard Ebooks project uses Python 
extensively for their toolset and having an isolated environment within 
BBEdit should make using it much easier.

Yet, after installing miniconda, running the init,  and and creating an 
environment, I cannot get it to appear in the `#!` menu.


   1. `brew install --cask miniconda`
   2. `conda init "$(basename "${SHELL}")"`
   3. `conda config --add channels conda-forge`
   4. `conda create -n standardebooks`
   5. `conda activate standardebooks`
   6. `conda install -c conda-forge standardebooks`

Did I miss a step?
 

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/6c4dc410-e125-4309-b494-b8f181f5f52en%40googlegroups.com.

Reply via email to