в основном macport не читает местоположение Пихтона
Код: Выделить всё
>which python
/Users/tony/miniconda3/bin/python
Код: Выделить всё
>port select --list python
Warning: Unable to get active selected version: The specified group 'python' does not exist.
Error: The 'list' command failed: The specified group 'python' does not exist.
Код: Выделить всё
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if ( -f "/Users/tony/miniconda3/etc/profile.d/conda.csh" ) then
source "/Users/tony/miniconda3/etc/profile.d/conda.csh"
else
setenv PATH "/Users/tony/miniconda3/bin:$PATH"
endif
#
Подробнее здесь: [url]https://stackoverflow.com/questions/78565677/problems-path-miniconda-macport-and-python[/url]