aws-cloud9

Can't Connect to AWS Cloud9 IDE With Safari

ぐ巨炮叔叔 提交于 2019-12-08 20:05:38
问题 I'm trying to use Cloud 9 but keep getting the following message during the deployment of the IDE: "Your web browser does not have third-party cookies enabled" I'm using Safari 11.0.3 and in the preferences-privacy the block all cookies box is unchecked. I can use Chrome but would prefer to use Safari. 回答1: I had to uncheck "Prevent cross-site tracking" to get it to work. Maybe it has something to do with authenticity and AWS passing off to cloud9. I don't remember this being a problem in the

Configure AWS Cloud9 to use Anaconda Python Environment

淺唱寂寞╮ 提交于 2019-12-05 03:55:51
I want AWS Cloud9 to use the Python version and specific packages from my Anaconda Python environment. How can I achieve this? Where should I look in the settings or configuration? My current setup: I have an AWS EC2 instance with Ubuntu Linux, and I have configured AWS Cloud9 to work with the EC2 instance. I have Anaconda installed on the EC2 instance, and I have created a conda Python3 environment to use, but Cloud9 always wants to use my Linux system's installed Python3 version. I finally found something that forces AWS Cloud9 to use the Python3 version installed in my Anaconda environment