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

how activate CKAN virtualenv inside container? #98

Open
s33k3rs opened this issue Oct 25, 2023 · 1 comment
Open

how activate CKAN virtualenv inside container? #98

s33k3rs opened this issue Oct 25, 2023 · 1 comment
Assignees

Comments

@s33k3rs
Copy link

s33k3rs commented Oct 25, 2023

I want to install other plugins such as ckanext-visualize, ckanext-pdfview, ckanext-geoview, ckanext-mapviews in docker ckan version 2.10.1
how activate CKAN virtualenv inside container

docker exec -it ckan /bin/bash
source /usr/lib/ckan/default/bin/activate
bash: /usr/lib/ckan/default/bin/activate: No such file or directory

docker exec -it ckan /bin/bash
. /usr/lib/ckan/default/bin/activate
bash: /usr/lib/ckan/default/bin/activate: No such file or directory

@kowh-ai
Copy link
Contributor

kowh-ai commented Nov 6, 2023

There is no Python virtual environment running within a CKAN container - Please see: https://github.com/ckan/ckan-docker/blob/master/ckan/Dockerfile.dev to help you install plugins into the CKAN container

@kowh-ai kowh-ai self-assigned this Feb 1, 2024
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