Note that there are some explanatory texts on larger screens.

plurals
  1. POFlask installation doesn't work properly
    primarykey
    data
    text
    <p>I'm using Merverick OSX. I have installed Python 3.3.3 Into my computer and I would like to install Flask</p> <p>When I type this in terminal </p> <pre><code>$sudo easy_install virtualenv </code></pre> <p>terminal shows this error to me</p> <pre><code>error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install- 373.write-test' The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /Library/Python/2.7/site-packages/ Perhaps your account does not have write access to this directory? If the installation directory is a system-owned directory, you may need to sign in as the administrator or "root" account. If you do not have administrative access to this machine, you may wish to choose a different installation directory, preferably one that is listed in your PYTHONPATH environment variable. For information on other options, you may wish to consult the documentation at: http://peak.telecommunity.com/EasyInstall.html Please make the appropriate changes for your system and try again. </code></pre> <p>So I have access as root user and then type</p> <pre><code>$sudo easy_install virtualenv </code></pre> <p>and it says like this but there is a warning about *.egg what is that? something goes wrong? and how to fix it?</p> <pre><code>Last login: Wed Nov 13 16:10:17 on ttys000 Tammarats-MacBook-Air:~ Team$ su root Password: sh-3.2# $sudo easy_install virtualenv Searching for virtualenv Reading http://pypi.python.org/simple/virtualenv/ Best match: virtualenv 1.10.1 Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv- 1.10.1.tar.gz#md5=3a04aa2b32c76c83725ed4d9918e362e Processing virtualenv-1.10.1.tar.gz Running virtualenv-1.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install- Nl7IVa/virtualenv-1.10.1/egg-dist-tmp-QGa1nR warning: no files found matching '*.egg' under directory 'virtualenv_support' warning: no previously-included files matching '*' found under directory 'docs/_templates' warning: no previously-included files matching '*' found under directory 'docs/_build' Adding virtualenv 1.10.1 to easy-install.pth file Installing virtualenv script to /usr/local/bin Installing virtualenv-2.7 script to /usr/local/bin Installed /Library/Python/2.7/site-packages/virtualenv-1.10.1-py2.7.egg Processing dependencies for virtualenv Finished processing dependencies for virtualenv sh-3.2# </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload