You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
milk-config has the the path to python with an absolute path:
#!/opt/anaconda3/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'MILK','console_scripts','milk-config'
import re
import sys
If that particular python does not exist, calls to milk-config will fail. I also suggest to clarify for the help text after -h that "Full path to MAUD installation." is changed to "Full path to MAUD installation where the Maud.sh etc. is found." and give an example for the usage as in the wiki.
The text was updated successfully, but these errors were encountered:
milk-config has the the path to python with an absolute path:
If that particular python does not exist, calls to milk-config will fail. I also suggest to clarify for the help text after -h that "Full path to MAUD installation." is changed to "Full path to MAUD installation where the Maud.sh etc. is found." and give an example for the usage as in the wiki.
The text was updated successfully, but these errors were encountered: