rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
<!--T:9--> | <!--T:9--> | ||
To create a virtual environment, ensure you have selected a Python version with <tt>module load python</tt> as shown above. Then enter the following command, where <tt>ENV</tt> is the name of the directory | To create a virtual environment, ensure you have selected a Python version with <tt>module load python</tt> as shown above. Then enter the following command, where <tt>ENV</tt> is the name of the directory for your environment: | ||
{{Command|virtualenv --no-download ENV}} | {{Command|virtualenv --no-download ENV}} | ||