简体   繁体   中英

Installed Spyder using pip under Canopy (OSx), how do i start Spyder?

I am on a machine running Yosemite. I manage my python environment with Canopy Enthought. I'm trying to install Spyder, so I don't have to use the Editor that comes with Canopy.

I opened a Canopy terminal and used pip install spyder which went fine.

How do I actually start Spyder? When I use pip list I can see the Spyder package.

spyder
spyder.py
python spyder.py 

ect. does not work.

Thanks in advance.

python -c "from spyderlib import start_app; start_app.main()"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM