IDLE в последнее время глючил , а Spyder невыносимо медленен , поэтому я пробую атом в Анаконде.Я установил Atom:
$ conda activate py37
$ conda install atom
Downloading and Extracting Packages
future-0.17.1 | 700 KB | ######################################################### | 100%
atom-0.4.1 | 110 KB | ######################################################### | 100%
$ conda list
# packages in environment at /anaconda3/envs/py37:
#
# Name Version Build Channel
alabaster 0.7.12 py37_0
appnope 0.1.0 py37_0
asn1crypto 0.24.0 py37_0
astroid 2.0.4 py37_0
atom 0.4.1 py37h0a44026_0
, но не могу его запустить:
$ atom
-bash: atom: command not found
$ atom --new-instance
-bash: atom: command not found
Я также попытался установить так:
$ conda install -c anaconda atom
Downloading and Extracting Packages
ca-certificates-2018 | 124 KB | ################################################################################################################## | 100%
openssl-1.1.1 | 4.6 MB | ################################################################################################################## | 100%
atom-0.4.1 | 110 KB | ################################################################################################################## | 100%
certifi-2018.10.15 | 138 KB | ################################################################################################################## | 100%
$ conda list
# packages in environment at /anaconda3/envs/py37:
#
# Name Version Build Channel
alabaster 0.7.12 py37_0
appnope 0.1.0 py37_0
asn1crypto 0.24.0 py37_0
astroid 2.0.4 py37_0
atom 0.4.1 py37h0a44026_0 anaconda
, и я получилта же ошибка.Как запустить атом?