Conversation
|
There is a very weird thing happening, when we modify a readme, only these two tests fire: however, no unit test should fire. The code responsible for scheduling is the same in all unit tests: Something I thought is that there might be some configuration we are not seeing in the portal, but I checked, and I couldn't find anything scheduled. Do you have any ideas @gramhagen, @anargyri, @YanZhangADS? |
| 2. Install the package from [PyPI](https://pypi.org): | ||
|
|
||
| ```bash | ||
| conda create -n my_environment_name python=3.6 |
There was a problem hiding this comment.
Is there any reason for this line?
- we don't depend on conda, the user may prefer venv
- the version need not be 3.6, it could be 3.7 (and we say this a couple of lines above)
- it is incomplete anyway (conda activate missing).
Have you tried with |
It didn't work for me |
Description
The main issue I had when setting up conda environment in my DSVM include: (1) need to "unset SPARK_HOME", and (2) export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
I am not sure if we should have a dedicated readme page for DSVM users or not.
Checklist:
staging branchand not tomain branch.