Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kinda offtopic] problem installing virtualenvwrapper #21

Closed
guaka opened this issue Sep 21, 2014 · 6 comments
Closed

[kinda offtopic] problem installing virtualenvwrapper #21

guaka opened this issue Sep 21, 2014 · 6 comments

Comments

@guaka
Copy link

guaka commented Sep 21, 2014

Want to check out this project and possibly improve things but I'm stuck with pip install virtualenvwrapper:

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This is with virtualenvwrapper-4.3.1.tar.gz. I haven't found an appropriate place to report this to the project (or found another solution) and I want to store this piece of info somewhere for now (before I go to sleep).

@rgaudin
Copy link
Member

rgaudin commented Sep 22, 2014

What distro is that ?

Could you please try with: easy install virtualenvwrapper ?

@guaka
Copy link
Author

guaka commented Sep 22, 2014

I'm on OS X 10.9 Mavericks.

sudo easy_install virtualenvwrapper gives me

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

@rgaudin
Copy link
Member

rgaudin commented Sep 22, 2014

hum… me too. Are you using the stock version of Python? is this /usr/bin/easy_install ?

@guaka
Copy link
Author

guaka commented Sep 22, 2014

No it was using /usr/local/bin/easy_install but sudo /usr/bin/easy_install virtualenvwrapper is giving me the same.
It's Python 2.7.5 btw.

Is it possible to run gutenberg without virtualenvwrapper?

@rgaudin
Copy link
Member

rgaudin commented Sep 22, 2014

Absolutely. Take a look at requirements.pip for dependencies.
All of them but ipython and ipdb are mandatory though.

On Mon, Sep 22, 2014 at 5:30 PM, Kasper Souren notifications@github.com
wrote:

No it was using /usr/local/bin/easy_install but sudo
/usr/bin/easy_install virtualenvwrapper is giving me the same.
It's Python 2.7.5 btw.

Is it possible to run gutenberg without virtualenvwrapper?


Reply to this email directly or view it on GitHub
#21 (comment).

@rashiq
Copy link
Contributor

rashiq commented Sep 25, 2014

@guaka Yes you can just install the dependencies globally with sudo pip install -r requirements.pip, although not always recommended, it would certainly work.

@rashiq rashiq closed this as completed Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants