Skip to content

Instantly share code, notes, and snippets.

@richm
Created April 7, 2017 15:25
Show Gist options
  • Save richm/43f2256da50ffe4a8dff164788f4eb2d to your computer and use it in GitHub Desktop.
Save richm/43f2256da50ffe4a8dff164788f4eb2d to your computer and use it in GitHub Desktop.
/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