You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
I am not sure what is the purpose of env -u CONDA_PREFIX_1 in the following snippet that fails on Windows. It does not match the other commands in vscode-cadquery-viewer/package.json.
Good catch, this is necessary to install cadquery via pip and works under Linux and Mac: CadQuery/cadquery#1236 (comment)
You probably can remove that on Windows. If it then installs CadQuery 0.0.0, you need some way to unset the CONDA_PREFIX_1 variable before installation with pip works
do you know how it would look like under windows?
I can introduce another template var {unset_env_var} and set it accordingly on unix / windows. But would need to know how it works under windows
I am not sure what is the purpose of
env -u CONDA_PREFIX_1
in the following snippet that fails on Windows. It does not match the other commands invscode-cadquery-viewer/package.json
.The text was updated successfully, but these errors were encountered: