Advertisement
Guest User

pyside2 install python 3.6.5

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.09 KB | None | 0 0
  1. [] pylon:~  % ~/python/3.6.5/bin/virtualenv -p ~/python/3.6.5/bin/python3  test
  2. Already using interpreter /home/crmaurei/python/3.6.5/bin/python3
  3. Using base prefix '/home/crmaurei/python/3.6.5'
  4. New python executable in /home/crmaurei/test/bin/python3
  5. Also creating executable in /home/crmaurei/test/bin/python
  6. Installing setuptools, pip, wheel.../home/crmaurei/python/3.6.5/lib/python3.6/site-packages/virtualenv-15.1.0-py3.6.egg/virtualenv.py:901: ResourceWarning: unclosed file <_io.BufferedReader name=5>
  7.   call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
  8. done.
  9. [] pylon:~  % source test/bin/activate
  10. [] pylon:~  % pip install pyside2 --no-cache-dir
  11. Collecting pyside2
  12.   Downloading https://files.pythonhosted.org/packages/3d/21/c903d1d68882d9c813f4b291f04849281f2b42550c0fca88ff5dc9d9427c/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl (166.4MB)
  13.     100% |████████████████████████████████| 166.4MB 17.9MB/s
  14. Installing collected packages: pyside2
  15. Successfully installed pyside2-5.11.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement