how activate CKAN virtualenv inside container?
Open
- Dominant language
- Shell
- Stars
- 151
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.