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

Installing under virtualenvwrapper? #8

Open
usonianhorizon opened this issue Oct 7, 2019 · 2 comments
Open

Installing under virtualenvwrapper? #8

usonianhorizon opened this issue Oct 7, 2019 · 2 comments

Comments

@usonianhorizon
Copy link

Hello Marek.

I wanted to see if you had some guidance on how to install 'issue' and 'RedCLAP' under virtualenvwrapper in order to keep it self-contained?

Thank you.

@marekjm
Copy link
Owner

marekjm commented Oct 15, 2019

Hi,

not really. I just install them both to ~/.local and don't use virtualenvwrapper. I guess both Issue and RedCLAP should be available through pip for virtualenvwrapper to work...

What errors did you encounter? Maybe I will be able to help.

@usonianhorizon
Copy link
Author

Dear Marek,

pip install didn't seem to work for me, as the CLAP version seemed to be
out of date? And there is a conflicting 'issue' package in the Python
package manager.

What did work was:

# After doing git clone in some local directory
# which in my case is ~/local/src/issue and ~/local/src/clap
$ cd issue; make install
$ cd ../clap; make local-install

$  mkvirtualenvwrapper issue
$  workon issue
$  pip install unidecode
$  pip install colored

$  cd ~/.local/lib/python$(PYTHONVERSION)/site-packages/issue/
$  mv issue/ ~/.virtualenvs/issue/lib/python3.6/site-packages/
$  mv clap/ ~/.virtualenvs/issue/lib/python3.6/site-packages/

Hope this helps someone else.

Thanks!

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

2 participants