I installed virtualenv and virtualenvwrapper successfully with pip. I'm running OSX Yosemite. I tested it when I first installed it (following instructions at newcoder.io)and it worked, but now it doesn't. I tried using the "source" command: source "/Library/Python/2.7/site-packages/virtualenv.sh" but I get the response "-bash: cd: python: No such file or directory."
Did I tweak something that knocked it offline? Thanks in advance for help!
答案 0 :(得分:-1)
好吧,我明白了!我一直在使用" source"加上安装程序告诉我程序所在的路径(见上文),而不是类似问题中推荐的路径。 (好吧,所以我过度思考这个)。无论如何。我很高兴,我自己得到了它!