Created
April 7, 2017 15:25
-
-
Save richm/43f2256da50ffe4a8dff164788f4eb2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/rmeggins/viaq/watches-cli(master)>python --version | |
Python 2.7.13 | |
/home/rmeggins/viaq/watches-cli(master)>python3 --version | |
Python 3.5.3 | |
/home/rmeggins/viaq/watches-cli(master)>rpm -qa|grep virtualenv | |
python2-virtualenv-15.0.3-2.fc25.noarch | |
/home/rmeggins/viaq/watches-cli(master)>virtualenv --python=python3 .venv | |
Running virtualenv with interpreter /usr/bin/python3 | |
Using base prefix '/usr' | |
New python executable in /home/rmeggins/viaq/watches-cli/.venv/bin/python3 | |
Also creating executable in /home/rmeggins/viaq/watches-cli/.venv/bin/python | |
Installing setuptools, pip, wheel...done. | |
/home/rmeggins/viaq/watches-cli(master)>. .venv/bin/activate | |
(.venv) /home/rmeggins/viaq/watches-cli(master)>pip install sixer | |
Collecting sixer | |
Using cached sixer-1.6-py3-none-any.whl | |
Installing collected packages: sixer | |
Successfully installed sixer-1.6 | |
(.venv) /home/rmeggins/viaq/watches-cli(master)>sixer all watches > sixer.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment