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

install sentinal not recognizing python-virtualenv is installed #12

Open
mowliv opened this issue Mar 5, 2017 · 1 comment
Open

install sentinal not recognizing python-virtualenv is installed #12

mowliv opened this issue Mar 5, 2017 · 1 comment

Comments

@mowliv
Copy link

mowliv commented Mar 5, 2017

Hi guys,

During install I get to the step where I am installing sentinel and it asks to install python-virtualenv python-virtualenv (interesting side note about duplicate package name). I do so and then it still says I need to install. Fresh ubuntu 16.04 install. Please advise.

-Michael

michael@xyz:~/dashman$ sudo apt-get install  python-virtualenv python-virtualenv
[sudo] password for michael: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-pip-whl python-pkg-resources
Suggested packages:
  python-setuptools
Recommended packages:
  virtualenv
The following NEW packages will be installed:
  python-pip-whl python-pkg-resources python-virtualenv
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,265 kB of archives.
After this operation, 1,817 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1,110 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-virtualenv all 15.0.1+ds-3ubuntu1 [46.6 kB]
Fetched 1,265 kB in 1s (886 kB/s)       
Selecting previously unselected package python-pip-whl.
(Reading database ... 110279 files and directories currently installed.)
Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...
Unpacking python-pkg-resources (20.7.0-1) ...
Selecting previously unselected package python-virtualenv.
Preparing to unpack .../python-virtualenv_15.0.1+ds-3ubuntu1_all.deb ...
Unpacking python-virtualenv (15.0.1+ds-3ubuntu1) ...
Setting up python-pip-whl (8.1.1-2ubuntu0.4) ...
Setting up python-pkg-resources (20.7.0-1) ...
Setting up python-virtualenv (15.0.1+ds-3ubuntu1) ...

michael@xyz:~/dashman$ ./dashman install sentinel
missing dependency:  python-virtualenv python-virtualenv
 --> sudo apt-get install  python-virtualenv python-virtualenv

michael@xyz:~/dashman$ sudo apt-get install  python-virtualenv python-virtualenv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-virtualenv is already the newest version (15.0.1+ds-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

michael@xyz:~/dashman$ ./dashman install sentinel
missing dependency:  python-virtualenv python-virtualenv
 --> sudo apt-get install  python-virtualenv python-virtualenv

@mowliv
Copy link
Author

mowliv commented Mar 5, 2017

I installed virtualenv through pip per this page and it's working now. Would be good to update the script.

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

1 participant