biofx_python
biofx_python copied to clipboard
new-py
hi, I would like to know if I have to add the path of new-py to variables environments to be able to use it. the command is not working for me
If you used "python3 -m pip install new-py" then it should be installed into the same place that any other Python programs are installed. If that location is not in your $PATH, then I usually see a prompt to add it. I'm not sure how this works in Windows, however. I strongly, highly, emphatically recommend that you install Windows Subsystem for Linux as the cmd.exe environment is terrible. If you ever hope to work on bioinformatics properly, you must learn to use a Unix-type operating system and command line.