python - How do I set up a virtual environment with Flask using conda? -


i wish set virtual environment can use develop web applications using flask framework python (3.4.2, mac os). given instructions on how here, using virtualenv. however, trying follow these instructions ran problem: have python installed via anaconda, , upon trying:

sudo easy_install virtualenv 

i warned should doing already-installed conda package instead. can't imagine conda way of doing things harder, want bogged down reading documentation, because might not emerge out of again... question is, what's quick way of setting virtual environment flask using conda? , how can add more dependencies mix?

your mileage may vary, docs tends answers are.

conda create -n my_flask_env source activate my_flask_env  conda install condastuff pip install otherstuff 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -