Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ module.exports =
type: 'string'
default: ''
title: 'WORKON_HOME (virtualenvwrapper must be enabled)'
description: 'By default the WORKON_HOME variable will be obtained
description: "By default the WORKON_HOME variable will be obtained
automatically. But, if this does not work, you can force the WORKON_HOME
here.
here. <br>
<i>Automatically detected WORKON_HOME: #{process.env.WORKON_HOME}</i>
<br>
Example: $HOME/.virtualenvs;
<br>
<br>
The $HOME variable points to the user home folder.'
The $HOME variable points to the user home folder."
order: 3

additionalVirtualEnvPaths:
Expand Down