Changes between Version 40 and Version 41 of Python3Support


Ignore:
Timestamp:
May 16, 2019, 12:12:14 AM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3Support

    v40 v41  
    680680cd $HOME
    681681# 4a) on Fedora
    682 virtualenv -p python3 grasspy3
     682virtualenv -p python3 virtenv_grasspy3
    683683# 4a) on Debian/Ubuntu
    684 virtualenv -p python3 grasspy3
     684virtualenv -p python3 virtenv_grasspy3
    685685
    686686# OR AS SYSTEM-SIDE VIRTUALENV
    687687cd $HOME
    688688# 4b) on Fedora
    689 virtualenv -p python3 grasspy3 --system-site-packages
     689virtualenv -p python3 virtenv_grasspy3 --system-site-packages
    690690# 4b) on Debian/Ubuntu
    691 virtualenv -p python3 grasspy3 --system-site-packages
     691virtualenv -p python3 virtenv_grasspy3 --system-site-packages
    692692}}}
    693693
     
    696696{{{
    697697# activate it (this will change the terminal prompt so that you know where you are...)
    698 source grasspy3/bin/activate
     698source $HOME/virtenv_grasspy3/bin/activate
    699699}}}
    700700