Summary
Weird name I know... Basically I noticed that after pip install faraday that if I was in the github main repo folder performing Faraday configuration commands such as faraday-proxy --init-config and faraday-proxy --callsign... the local /etc/faraday files are edited instead of the main installation files. While not a bug that stops operation it could be annoying when you don't realize that running faraday from a different folder location might result in using different configuration files!
@kb1lqd @reillyeon @el-iso
Problem Explanation
I would expect with a pip install in non-editable mode to see (Windows) C:\Python27\etc\faraday file change. The local etc/faraday files are really only for editable pip installs. The following steps need to be taken
- Determine nominal operation of
pip install faraday configuration files for all applications
- Check applications to see if we are violating these intended operations
- Fix operation if required
Environment
Software
Master Branch
Hardware
Faraday Rev D1
Supporting Information
N/A
Summary
Weird name I know... Basically I noticed that after
pip install faradaythat if I was in the github main repo folder performing Faraday configuration commands such asfaraday-proxy --init-configandfaraday-proxy --callsign...the local /etc/faraday files are edited instead of the main installation files. While not a bug that stops operation it could be annoying when you don't realize that running faraday from a different folder location might result in using different configuration files!@kb1lqd @reillyeon @el-iso
Problem Explanation
I would expect with a pip install in non-editable mode to see (Windows)
C:\Python27\etc\faradayfile change. The local etc/faraday files are really only for editable pip installs. The following steps need to be takenpip install faradayconfiguration files for all applicationsEnvironment
Software
Master Branch
Hardware
Faraday Rev D1
Supporting Information
N/A