Python: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
m (Added warning about creating a venv on SCRATCH)
(Marked this version for translation)
Line 84: Line 84:
With each version of Python, we provide the tool [http://pypi.python.org/pypi/virtualenv virtualenv]. This tool allows users to create virtual environments within which you can easily install Python packages. These environments allow one to install many versions of the same package, for example, or to compartmentalize a Python installation according to the needs of a specific project. Usually you should create your Python virtual environment(s) in your /home directory or in one of your /project directories.  (See "Creating virtual environments inside of your jobs" below for a third alternative.)
With each version of Python, we provide the tool [http://pypi.python.org/pypi/virtualenv virtualenv]. This tool allows users to create virtual environments within which you can easily install Python packages. These environments allow one to install many versions of the same package, for example, or to compartmentalize a Python installation according to the needs of a specific project. Usually you should create your Python virtual environment(s) in your /home directory or in one of your /project directories.  (See "Creating virtual environments inside of your jobs" below for a third alternative.)


<!--T:99-->
{{Warning
{{Warning
|title=Virtual environment location
|title=Virtual environment location
cc_staff
284

edits

Navigation menu