technical:recipes:pyqt5-in-virtualenv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
technical:recipes:pyqt5-in-virtualenv [2019-05-13 16:02] freytechnical:recipes:pyqt5-in-virtualenv [2020-01-06 10:52] (current) – [Setup a virtual environment] anita
Line 41: Line 41:
 <code> <code>
 $ vpkg_require anaconda/5.2.0:python3 $ vpkg_require anaconda/5.2.0:python3
-$ conda create -p ~/qt-test python==3 pip+$ conda create -p ~/qt-test python=3 pip
    :    :
 $ source activate ~/qt-test $ source activate ~/qt-test
  • technical/recipes/pyqt5-in-virtualenv.1557777726.txt.gz
  • Last modified: 2019-05-13 16:02
  • by frey