We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086fb95 commit f6d5168Copy full SHA for f6d5168
circle/setup.sh
@@ -24,7 +24,13 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
24
# exporting this variable (in this scope) chooses the python version
25
export PYENV_VERSION=${version}
26
27
- # only create a virtualenv if it doesn't already exist
+ echo "Using pyenv version $(pyenv version)"
28
+
29
+ ls ${HOME}/.pyenv/versions
30
31
+ exit 1
32
33
+ # only create a pyvenv if it doesn't already exist
34
if [ ! -d ${PLOTLY_VENV_DIR}/${version} ]; then
35
virtualenv ${PLOTLY_VENV_DIR}/${version} ||
36
error_exit "${LINENO}: can't install virtualenv for ${version}"
0 commit comments