OpenClos installation issues

102 views
Skip to first unread message

Christian MacNevin

unread,
Feb 14, 2017, 11:20:12 AM2/14/17
to OpenClos
Fairly basic issue here, I'm likely doing something obviously wrong. 

After downloading the master release, and 'sudo pip instal --eggl OpenClos-master.zip', everything runs, saying 'Requirement already satisfied', but no
directories are created. This also happens if I just get the OpenClos.zip file. It terminates with 'Successfully installed OpenClos-2.5.dev1.' 

This is Centos 6.8, running in a virtual environment under python 2.7.11.

What am I doing wrong here?

Thanks
Christian

Moloy c

unread,
Feb 15, 2017, 2:15:01 AM2/15/17
to OpenClos
Hi Christian,
Thanks for trying openclos. Like any other python package, it will get installed under python site-packages or python dist-packages folder, it depends on the platform and the python version you are using. On my system (ubuntu 16.04, python 2.7.12) these folders are:

<home>/.local/lib/python2.7/site-packages
/usr/lib/python2.7/dist-packages/

To check the install location, please execute following command:

pip show openclos

Thanks,
Moloy


Reply all
Reply to author
Forward
0 new messages