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

Allow installation in virtualenv. #235

Merged
merged 1 commit into from
Oct 7, 2014
Merged

Allow installation in virtualenv. #235

merged 1 commit into from
Oct 7, 2014

Conversation

yajo
Copy link
Contributor

@yajo yajo commented Oct 7, 2014

Today, when checking the latest master for Qutepart, I noticed that actually it's not possible to install Enki in a Virtualenv. This fixes it, with Python 3 forward compatibility.

Now, to just test the latest Enki and Qutepart, one can just do:

# First install the dependencies from your system; then...
virtualenv --system-site-packages env-dir
source env-dir/bin/activate
pip install https://github.com/hlamer/enki/archive/master.zip https://github.com/hlamer/qutepart/archive/master.zip
./env-dir/bin/enki

Easier to test!

@pasnox
Copy link
Collaborator

pasnox commented Oct 7, 2014

Hi,

Should this works fine on OSX too ?

Thanks,

2014-10-07 10:39 GMT+02:00 Yajo notifications@github.com:

Today, when checking the latest master for Qutepart, I noticed that
actually it's not possible to install Enki in a Virtualenv. This fixes it,
with Python 3 forward compatibility.

Now, to just test the latest Enki and Qutepart, one can just do:

First install the dependencies from your system; then...

virtualenv --system-site-packages env-dir
source env-dir/bin/activate
pip install https://github.com/hlamer/enki/archive/master.zip https://github.com/hlamer/qutepart/archive/master.zip
./env-dir/bin/enki

Easier to test!

You can merge this Pull Request by running

git pull https://github.com/Yajo/enki master

Or view, comment on, or merge it at:

#235
Commit Summary

  • Allow installation in virtualenv.

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#235.

andreikop pushed a commit that referenced this pull request Oct 7, 2014
Allow installation in virtualenv.
@andreikop andreikop merged commit d441561 into andreikop:master Oct 7, 2014
@andreikop
Copy link
Owner

@yajo, cool!
I made some changes to do not install data files at all. They are used only by DEs.

@pasnox, why don't you try and post comment here?

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

Successfully merging this pull request may close these issues.

3 participants