Python 3 installed in Anaconda is not recognized by Brackets

Asked 1 years ago, Updated 1 years ago, 87 views

I would like to move Python 3 in Brackets.The operating system is MacOS Sirena.

We have deployed the Brackets Builder Extended plug-in, but the Python 3 introduced in Anaconda is not recognized by Brackets.

Type python on the terminal to launch python 3.6.Which python also refers to the path of Python in Anaconda.However, for some reason, the pre-installed python 2.7 runs better on Brackets.

If you rename and Anaconda's Python 3 and change the above plug-in configuration to Brackets, it will now be /bin/sh:command not found (type python 3 on the terminal and it will start properly), and Anaconda's presence seems to be completely ignored.

I have a question because there is no information like this on the Internet.I look forward to hearing from you.

python macos python3 anaconda adobe-brackets

2022-09-30 21:22

1 Answers

Is it possible that the path of Anaconda is set to .bash_profile, etc., but it is not recognized by Brackets?
If you can specify a full path in Brackets, you may want to.


2022-09-30 21:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.