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
Which things do I have to adjust in the script to my environment variable or ...(?) so that the JobFunnel actually works... ?
which folder, libery should I add to the Windows 10 classpath, is missing (see # Path variable output ) so that this wonderful script finally runs as intended...?
List any additional libraries that are affected.
** Please see list below
funnel load -s my_settings.yaml ( see output: erorr 2 )
Expected behavior
As described in the documentation
Actual behavior
A description of what happens instead.
Error 1 :
PS C:\Projects\jobscraper> funnel --help
funnel : **The term 'funnel' is not recognized as the name of a cmdlet, function,
script file, or operable program**. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ funnel --help
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (funnel:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Error 2:
PS C:\Users\thead\OneDrive\Documents\jobscraper_nl> funnel load -s my_settings.yaml
funnel : The term 'funnel' is not recognized as the name of a cmd
let, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ funnel load -s my_settings.yaml
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (funnel:String) []
, CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
You need to add funnel as a command, I guess the installation doesn't work on windows for some reason. You can always run this by cloning the repository instead.
Description
Which things do I have to adjust in the script to my environment variable or ...(?) so that the JobFunnel actually works... ?
which folder, libery should I add to the Windows 10 classpath, is missing (see # Path variable output ) so that this wonderful script finally runs as intended...?
List any additional libraries that are affected.
** Please see list below
Steps to Reproduce (Powershell history output)
Expected behavior
As described in the documentation
Actual behavior
A description of what happens instead.
Error 1 :
Error 2:
Environment
Path variable output
The text was updated successfully, but these errors were encountered: